alvesdan / snake_game

Snake Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terminal

Snake Game

Install

git clone
bundle install
./bin/snake_game # or ruby lib/snake_game.rb

Roadmap

  • Snake movements
  • Borders colision detection
  • Create apples on random positions
  • Grow snake and speed when eat apple
  • Add points
  • Prevent snake from going on opposite direction (BUG)
  • Detect snake colision with self
  • Improve direction change (sometimes it feels laggy)

Contributing

Feel free to contribute. I would appreciate it :)

License

Do whatever you want :P

About

Snake Game


Languages

Language:Ruby 100.0%