Inspiration & Goals
Snake is a simple game. You can implement it in pretty much any language or engine. It also allows for real-time user interaction and is a challenging game in itself.
#
GoalsAt the end of the tutorial, you will have a working version of the game Snake.
You can expand on it and make your very own version along the way.
During this tutorial you will learn how to ...
- ... change the color palette
- ... pick a color to draw
- ... draw primitives (rectangles)
- ... convert a sprite-image to source and draw it
- ... handle user input
- ... publish your game
#
Code for the gameIf you're stuck, check out the source code. You'll find all completed implementations in the various languages.
#
PreviewAt the end of this tutorial, your snake game will look like this: