An open API service indexing awesome lists of open source software.

https://github.com/codernotme/kirby-game-ts

Kirby game using typescript
https://github.com/codernotme/kirby-game-ts

Last synced: over 1 year ago
JSON representation

Kirby game using typescript

Awesome Lists containing this project

README

          

# Kirby Game TS

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.

## Features

- 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.

## How to Play

1. Clone this repository to your local machine.
2. Run `npm install` to install the dependencies.
3. Run `npm run dev` to start the development server.
4. Open your browser and navigate to `http://localhost:3000`.
5. Enjoy playing Kirby Game TS!

## Preview

![Preview](preview.png)

## Credits

- 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.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.