GitXplorerGitXplorer
b

ascii-breakout

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e01225ba4f4fc9f073d1562788c106b3d7577add

using minified js

jjarv committed 10 years ago
Unverified
0ad0c7fcca6d37efc6b149e593d719ffc0a6b8da

title update

jjarv committed 10 years ago
Unverified
0d3d36bdfcbe9e4e06d77282f9d6be3bd6b0d542

easier paddle

jjarv committed 10 years ago
Unverified
d6bb8784a1c87340bccf300dcae7cf8f89222b78

change bonus logic

jjarv committed 10 years ago
Unverified
aefa593176652bfaf3c16651f7d6f76cd339c86c

small ball

jjarv committed 10 years ago
Unverified
15922f8388331b1d897a1ecd335f377c1da7d5b5

change bonus

jjarv committed 10 years ago

README

The README file for this repository.

ascii-breakout

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.

Play the demo

ascii-breakout

Browser support

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!

Issues

Submit an issue and I will do my best to fix it.

Running locally

$ git clone git@github.com:jarv/ascii-breakout
$ make serve

Development

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.

  1. Install coffeescript
  2. After checking out the repo run make cwatch to watch for coffeescript changes