This all started with a tiny re-design of my blog and an easter egg (click on the jarv.org to see it). After that I decided to create ascii-breakout which is the same thing except it works for any text and has some hacks for line wrapping. It uses figlet fonts, you can read all about them here.
Tested against recent versions of Chrome and Firefox on a desktop, mobile support is hit-or-miss, please feel free to contribute if you would like to help fix it!
Submit an issue and I will do my best to fix it.
$ git clone git@github.com:jarv/ascii-breakout
$ make serve
There is one large-ish coffee script file for the entire game. On my todo list is making a library so it can be re-used easily.
- Install coffeescript
- After checking out the repo run
make cwatch
to watch for coffeescript changes