Skip to content

Reference implementation of the game 2048 in Ruby + Rubygame (SDL lib)

Notifications You must be signed in to change notification settings

cascassette/2048-sdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

2048-sdl

A simple 2048 emulation built in an afternoon with ruby. It does not yet detect game over correctly - but you can exit with Esc key if you cannot make any more moves. The program will put some interesting statistics on screen on exit.

To play

requirements (only tested on Arch Linux)

  • sdl
  • ruby
  • rubygame (gem)
  • color (gem)

About

Reference implementation of the game 2048 in Ruby + Rubygame (SDL lib)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages