Skip to content

Terminal adventure game rendered with ANSI characters

Notifications You must be signed in to change notification settings

strux/expANSIon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExpANSIon

ExpANSIon aims to be a 2D adventure game completely rendered by printing ANSI characters to the terminal. It currently features procedurally generated terrain and biomes (al la Minecraft). It is little more than a proof of concept at the moment.

Running

Only known to work with Ruby 1.9.3 in iTerm2 (OS X Mountain Lion).

Just clone the repo, cd into the directory and run

bundle install
ruby lib/application.rb

Navigate around with vim movement keys (h,j,k,l). Press x to exit.

Screens

ss1

ss2

About

Terminal adventure game rendered with ANSI characters

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages