Skip to content
pandavigoureux29 edited this page May 7, 2014 · 5 revisions

Welcome to the bumblebee wiki!

#How to start

You can launch the node server with the web-server.js. Port : 7000

The structure :

The states go like that : BootState > LoadingState > MenuState > PlayState > EndState

The sources are stored in app/game/js/dev/phaser/states/

In the create() function of the PlaySate the Physics are already initialised, and a little example is called to recall you how to create functional lr entities.

Clone this wiki locally