Building a Snake game while mastering GitHub workflows!
- Created repository
- Understood repository structure
- Made first commit
- Created branches
- Opened pull request
- Merged changes
- Deployed with GitHub Pages
- Classic snake gameplay
- Score tracking
- Collision detection
- Responsive controls
- HTML5 Canvas
- Vanilla JavaScript
- CSS3
- Use arrow keys to control the snake
- Eat food to grow
- Avoid walls and yourself
- Try to beat your high score!
github-learning-lab/
├── index.html # Game HTML
├── style.css # Styling
├── game.js # Game logic
└── README.md # This file
Coming soon via GitHub Pages!
Built by Nick Westburg (@W3STY11) while learning GitHub