Welcome to the Kirby Game! This is a simple, fun game where you control Kirby to move, jump, and inhale enemies and shooting stars.
- Z: Inhale enemies and release to shoot as star
- Space: Jump
- Left Arrow or J: Move Left
- Right Arrow or L: Move Right
There are currently two levels available in the game.
You can create new levels using Tiled | Flexible Level Editor and use components from ./public/kirby-like.png
- Node.js
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/Aman1337g/Kirby-Kaboom-Quest.git cd kirby-game
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Build the project:
npm run build
You can also deploy the project using Docker. Follow these steps:
-
Build the Docker image:
docker build -t kirby-game .
-
Run the Docker container:
docker run --rm --detach -p 80:80 kirby-game
This will build and run the game on port 80 of your localhost.
This project is licensed under the MIT License. See the LICENSE file for details.
Feel free to submit issues and pull requests. Contributions are welcome!