A 2D Adventure Game based on the real Sunset Island. All Javascript for compatibility with your favorite device. Built with melonJS
Once you've cloned the project:
npm install
To build:
grunt
Running the game:
grunt connect
Check it out on http://localhost:8000
- Player moves around basic world with arrow keys
- Collision detection with solid tiles
- Player movement is animated and pauses when stopped
- Expand map to model Sunset Island
- Less awkward wall collisions
- Enemy character
- Attacking / Health