Browser-based platform game. P5.Js library with TypeScript. Fully implemented clean code, SOLID principles. Main idea is develop better code
Game Purpose and Core Features The Platform Game is a side-scrolling platformer featuring:
Character movement (left/right) and jumping mechanics Dynamically generated platforms and ground Collision detection between the character and platforms/ground Camera that follows the player character Simple game states (menu, playing, game over)
##Notice Game starting on app.ts file
#How to play on debug mode:
- Download the project
npm install
npm start