Skip to content

ItsNoHax/platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Platformer Game (Vite + TypeScript)

This is a simple platformer game starter built with Vite and TypeScript.

Features

  • Game loop with update and render functions
  • Canvas-based rendering
  • Player sprite using public/assets/ninja_full.png
  • Basic movement and jumping

Getting Started

  1. Install dependencies:
    npm install
  2. Start the development server:
    npm run dev
  3. Open your browser to the local server URL (usually http://localhost:5173)

Controls

  • Arrow keys or WASD to move
  • Space or Up to jump

Asset

  • Player sprite: public/assets/ninja_full.png

Live Demo

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors