Skip to content

A simple platformer featuring a ninja frog navigating through various levels

License

Notifications You must be signed in to change notification settings

alxdrcirilo/ninjump

Repository files navigation

NinJump

A simple platformer featuring a ninja frog navigating through various levels.

NinJump Game

Installation

  1. Clone the repository:

    git clone https://github.com/alxdrcirilo/ninjump.git
  2. Navigate to the project directory:

    cd ninjump
  3. Install the dependencies:

    make install

Running

To run the game, use the following command:

make run

Makefile Commands

The Makefile for this project contains the following commands:

  • install: Installs the project dependencies.
  • run: Runs the game.
  • clean: Cleans the project by removing build artifacts.
  • lint: Runs the linter to check for code style and formatting issues.
  • test: Runs the tests for the project.
  • build: Builds the project for production.

You can use these commands by running make <command> in the terminal.

Technologies Used

  • Kaboom.js: A JavaScript game development library.
  • bun: A JavaScript bundler and runtime.

Credits

Assets

This project uses the "Pixel Adventure" game assets. Retrieved May 4 2024, from itch.io by Pixel Frog.

Fonts

This project uses the Jersey 10 font.

About

A simple platformer featuring a ninja frog navigating through various levels

Topics

Resources

License

Stars

Watchers

Forks