z-izz / snake

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:GNU General Public License v2.0


Languages

Language:Ruby 100.0%