/hex-snek

:snake: A simple snake game on top of an hexagonal grid for the browser

Primary LanguageJavaScriptMIT LicenseMIT

Hex Snek

A very simple hexagonal-based sneak game created to demonstrate the viability of an Unihexgrid. Also because it was fun.

Made with pure JS for the game logic and OCanvas for the canvas manipulation. You can play the game here or you can download and build the source into an electron app.

TODO:

  • Pause mechanic/btn with UI clue.
  • Game start with UI clues.
  • Game end.
  • Reset btn with UI clues.
  • Score Board:
    • UI display.
    • Highscores.
  • Settings Dialog:
    • Dificulty (clock speed)
  • About dialog
  • Mobile suport.