Project

snake_game

0.0
No commit activity in last 3 years
No release in over 3 years
Play classic Snake game using Curses
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

Snake Game

Description

Classical snake game implemented in Ruby using the library Curses. It allows you to cross walls and appear from the other side.

Usage

gem install snake_game

And then execute the binary:

snake_game

Demo

Demo

Changelog

  • 0.0.1 First version (07/04/2014)

Contribution Guidelines

I didn't add specs because this is just a fun project to try Curses, and it's just a game. If you want to add something new just do it and send me a PR.

License

Released under the MIT License.