notryanb / ruby_snake

A CLI game of Snake implemented in Ruby & Curses
1 stars 0 forks source link

ruby_snake

TODO: Add gif of game here.

A silly classic version of [snake] implemented in terminal. This project uses [ncurses] to simulate graphical/text animations and deal with user input.

Install

TODO: Needs to be bundled as a gem first