Skip to content
/ snake Public

A simple snake game with free-movement, some optimization, and more.

License

Notifications You must be signed in to change notification settings

z-izz/snake

Repository files navigation

snake

A simple snake game written in Ruby with Gosu, with free-movement, some optimization, and more.

Features

  • it's snake
  • it's not on a grid like normal snake games, it's a free-movement system.
  • Some optimization, only draws as many triangles as allowed by the config.ini
  • INI Parser
  • Kind-of obfuscated high score system (it's bad)
  • Settings (only 1 setting)
  • "AI" that plays on the title screen (not really AI, just a bot)

Running

  • Install Ruby.
  • Install Gosu by typing gem install gosu
  • Run the game

About

A simple snake game with free-movement, some optimization, and more.

Resources

License

Stars

Watchers

Forks

Languages