maierfelix / PokeMMO

:video_game: Pokemon MMO engine with realtime editor
http://maierfelix.github.io/PokeMMO/?debug_mode=true&bgm=false
Other
729 stars 79 forks source link

Pokémon Engine

Join the chat at https://gitter.im/maierfelix/PokeMMO

Demo
Runs best on Chrome.
Uses the 2D canvas to render the editor mode and WebGL for the gameplay (unfinished).
Graphics used in the demo are created by EpicDay and Red_Ex.
Sounds are taken from SoundBible.

Setup:

Client:
npm install
npm run watch

Server:
cd ./server
npm install
npm run start