Skip to content

oddjohn/campfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

campfire

Coding Style

'Cause this project is mainly using javascript, so there is some coding style for javascript.

protect variable: starting with _, like this -> _stage, _graphics private variable: starting with __, like this -> __instance

Description:

This is a 2D platform Game in progress. Aiming at a aerial middle-ages background adventure story of 2d graphics.

How to run:

Just open index.html in browser or use node-webkit, there is a package.json file for node-webkit to run with.

Or:

Execute npm start in your terminal/console, then visit http://localhost:8080/app/index.html

Requirements

Browsers that support HTML5 features like Chrome 14+

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages