Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 599 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 599 Bytes

phaserce-example

A Phaser CE 2D RPG prototype (Made in 2017)

The game first load a simple Tiled level with the main character in the starting tile. The character moves clicking adjacent tiles. Every few movements can trigger a battle. Battles are automatic: You click the red text and the character and enemy will exchange blows. Click again to exit the battle state and return to the map state.

You can test the game visiting https://joseasv.github.io/phaserce-example/.

You can also clone the repo and run "yarn" and after that "yarn run dev" to install required libraries and test the game.