https://github.com/alxdrcirilo/ninjump

A simple platformer featuring a ninja frog navigating through various levels

https://github.com/alxdrcirilo/ninjump

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

A simple platformer featuring a ninja frog navigating through various levels

Basic Info
  • Host: GitHub
  • Owner: alxdrcirilo
  • License: mit
  • Language: JavaScript
  • Default Branch: main
  • Homepage:
  • Size: 2.5 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed about 2 years ago
Metadata Files
Readme License

README.md

NinJump

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

NinJump Game

Installation

  1. Clone the repository:

bash git clone https://github.com/alxdrcirilo/ninjump.git

  1. Navigate to the project directory:

bash cd ninjump

  1. Install the dependencies:

bash make install

Running

To run the game, use the following command:

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

Owner

  • Name: Alexandre Cirilo
  • Login: alxdrcirilo
  • Kind: user
  • Location: The Netherlands

GitHub Events

Total
Last Year

Dependencies

package.json npm
  • esbuild ^0.20.2 development
  • prettier ^3.2.5 development
  • serve ^14.2.1 development
  • kaboom ^3000.1.17