-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Cassie Moy edited this page Aug 15, 2014
·
24 revisions
[Trello Board] (https://trello.com/b/94PVwzxh/haunted)
Check in at 9am, 12pm, 3pm, and 6pm.
- Important Considerations When Building Single-Page Web Apps
- [List of HTML5/JS Game Engine] (http://html5gameengine.com/tag/free)
- [Phaser] (http://phaser.io/)
- [Phaser Getting Started] (http://www.photonstorm.com/phaser/tutorial-making-your-first-phaser-game)
- [Phaser Examples] (http://examples.phaser.io/)
- [Add A Sprite] (http://examples.phaser.io/_site/view_full.html?d=sprites&f=add+a+sprite.js&t=add%20a%20sprite): To add characters.
- [Keyboard Hotkeys] (http://examples.phaser.io/_site/view_full.html?d=input&f=keyboard+hotkeys.js&t=keyboard%20hotkeys): To bind selection of ghosts to 1, 2, 3, 4 keys.
- [Body Enable] (http://examples.phaser.io/_site/view_full.html?d=arcade%20physics&f=body+enable.js&t=body%20enable): To toggle between different ghost characters.
- Multiplayer Asteroids on Firebase + code on GitHub
- [How to Write a Pacman Game in Javascript] (http://www.masswerk.at/JavaPac/pacman-howto.html)