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
- Host: GitHub
- URL: https://github.com/codernotme/kirby-game-ts
- Owner: codernotme
- License: mit
- Created: 2024-05-14T04:17:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-14T17:23:21.000Z (about 2 years ago)
- Last Synced: 2025-01-29T09:42:00.819Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://kirby-game-ts.vercel.app
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

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