- Install the ruby2d gem :
gem install ruby2d
- Clone the repo
- Run
ruby src/app.rb
.... and you are ready to play it! 🎮️
- The classic 'Snake Game' that you play on nokia or older phones.
- Simple! You control the direction of the snake's head with the arrow keys (up, down, left, or right) and the snake's body follows.
- The "snake" can move any direction except, it cannot turn backwards into itself.
- Ruby Programing language
- Ruby2d gem
- Minitest gem
- Basic Ruby Syntax
- OOP in Ruby
- Flux architecture
- Ruby2d library methods and related syntax
- How to create and run tests with minitest gem