Welcome to Kirby Game TS! This is a simple Kirby-themed game built using Vite for bundling, Vanilla TypeScript for the game logic, and type-checking.
- Utilizes Tiled for creating backgrounds and assets.
- Control Kirby using the keyboard:
- Left Arrow: Move left.
- Right Arrow: Move right.
- Z Key: Shoot projectiles or inhale objects.
- X Key: Jump.
- Clone this repository to your local machine.
- Run
npm install
to install the dependencies. - Run
npm run dev
to start the development server. - Open your browser and navigate to
http://localhost:3000
. - Enjoy playing Kirby Game TS!
- Kirby assets and sprites by Nintendo.
- Tiled for creating backgrounds and level design.
- Also special thanks to @FreeCodeCamp and @JSlegendDev for the inspiration and guidance.
This project is licensed under the MIT License - see the LICENSE file for details.