Skip to content

Instantly share code, notes, and snippets.

@iznax
Created March 18, 2012 21:08

Revisions

  1. iznax revised this gist Mar 18, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions Readme.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    # 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.
  2. iznax created this gist Mar 18, 2012.
    7 changes: 7 additions & 0 deletions Readme.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    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**](http://jsbin.com/ihigih/9)