This is a simple platformer game starter built with Vite and TypeScript.
- Game loop with
updateandrenderfunctions - Canvas-based rendering
- Player sprite using
public/assets/ninja_full.png - Basic movement and jumping
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser to the local server URL (usually http://localhost:5173)
- Arrow keys or WASD to move
- Space or Up to jump
- Player sprite:
public/assets/ninja_full.png
You can test the latest version of the game at:
👉 https://itsnohax.github.io/platformer/
This project was bootstrapped with Vite's vanilla TypeScript template.