/GameKamboom

A simple metroidvania style game made in JavaScript with the Kaboom.js library.

MIT LicenseMIT

image

Kamboomjsgame

Overview

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.

Features

  • Pixel art graphics
  • Multiple levels
  • Dynamic character movement
  • Engaging sound effects and background music

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/kamboojsgame.git
    cd kamboojsgame
  2. Install dependencies: Ensure you have Node.js installed. Then run:

    npm install
  3. Run the game:

    npm start

Gameplay

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.

Controls

  • Arrow keys: Move left and right
  • Space bar: Jump

Development

Adding New Levels

  1. Create a new JSON file in the maps/ directory.
  2. Add the corresponding image file in the maps/ directory.
  3. Update main.js to include the new level.

Contributing

We welcome contributions! Please fork the repository and submit pull requests for any improvements or bug fixes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

  • Kaboom.js
  • All the contributors and developers who made this project possible.