Skip to content

Prince781/Snakes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snakes

Like the game Snake, but with an adversary!

Main Menu

To the Light

Some history of the game can be found here.

A list of features to implement:

  • Infinite levels ( done )
  • Various pickups and other items ( done )
  • Player lives ( done )
  • Fully challenging, aggressive and defensive enemy AI ( done )
  • Help menu ( done )
  • Full settings menu and customization ( done )
  • Leaderboards ( done )
  • Game state management (between pausing, playing, etc...) ( done )
  • More fluid/aesthetic Pause Menu UI ( done )
  • More fluid/aesthetic level transition menu ( done )
  • Multiplayer gameplay ( mostly )
    • Local multiplayer ( done)
    • Server multiplayer ( todo )
  • Music?
  • Game hints ( done )
  • More sound effects?
  • Level barriers/walls?