Skip to content

Instantly share code, notes, and snippets.

@iznax
Created March 18, 2012 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iznax/2081323 to your computer and use it in GitHub Desktop.
Save iznax/2081323 to your computer and use it in GitHub Desktop.
Mini Adventure

Mini Adventure

I wanted to create a tiny JavaScript adventure game with old-school text graphics.

I originally considered if it could fit in 140-bytes, but once I got the initial version working and it weighed in around 1013 characters for the main logic, I knew that wasn't going to happen.

I also built an alternate display system using HTML5 Canvas graphics that you can see side-by-side. It took me a while to work out how to embed small tile images into the script.

Play Game

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment