A simple 2d stick game in javascript.
Test it online at: chichilku.github.io/chichilku/
download:
git clone https://github.com/chichilku/chichilku
cd chichilku
Start webserver (pick one ruby or python):
ruby
# start ruby http server in current directory on port 8000
ruby -run -e httpd . -p 8000
python
# python alternative
python -m SimpleHTTPServer
then open your browser and go to http://localhost:8000