Home

Awesome

#Pokémon Engine

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

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

Setup:

Client:
npm install
npm run watch

Server:
cd ./server
npm install
npm run start