Kamboojsgame is a pixel-art platformer game developed using the Kaboom.js game development framework. The game features a dynamic character navigating through various levels with obstacles and enemies.
- Pixel art graphics
- Multiple levels
- Dynamic character movement
- Engaging sound effects and background music
-
Clone the repository:
git clone https://github.com/yourusername/kamboojsgame.git cd kamboojsgame
-
Install dependencies: Ensure you have Node.js installed. Then run:
npm install
-
Run the game:
npm start
In Kamboojsgame, you control a character navigating through a world filled with enemies and obstacles. Your goal is to reach the end of each level while avoiding or defeating enemies.
- Arrow keys: Move left and right
- Space bar: Jump
- Create a new JSON file in the
maps/
directory. - Add the corresponding image file in the
maps/
directory. - Update
main.js
to include the new level.
We welcome contributions! Please fork the repository and submit pull requests for any improvements or bug fixes.
This project is licensed under the MIT License. See the LICENSE file for details.
- Kaboom.js
- All the contributors and developers who made this project possible.