Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wasi0013/macaco

HTML5 Game built with Phaser.js
https://github.com/wasi0013/macaco

Last synced: 4 days ago
JSON representation

HTML5 Game built with Phaser.js

Awesome Lists containing this project

README

        

# Macaco
HTML5 Game built with [Phaser.js] (http://phaser.io/)
##Play the game
[download]() the zipped repository and extract it in the server directory (i.e `htdocs/` for [XAMPP](https://www.apachefriends.org/index.html) or `var/www/html/` etc) goto [http://localhost/Macaco/index.html](http://localhost/Macaco/index.html)

or, if you have python then use python's simple http server
for python2
`python -m SimpleHTTPServer`
for python3
`python -m http.server`

and goto [localhost:8000](http://localhost:8000)