/SnakeGame

A simple snake game

Primary LanguageProcessing

SnakeGame

The infamous snake game, written in Processing (Java), mainly for learning purposes (object-oriented programming and visuals).

Base code from Daniel Shiffman, referenced below:
Snake in Processing
Coding Train
Patreon
YouTube video

Instructions

You need to download and install Processing IDE from here. Once installed, open the SnakeGame file and run it.
Change the snake directions using arrow keys, and pause the game by hitting "ENTER/RETURN".
While playing the game, pressing mouse1 increases snake length by 2, and pressing mouse2 resets snake length.

TO-DOs

Anticipated objectives to achieve for this basic game.

  • Game pause
  • Main menu
  • Snake death
  • Record highscores
  • Different theme (do some polishing)
  • Multiple levels