https://github.com/alxdrcirilo/ninjump
A simple platformer featuring a ninja frog navigating through various levels
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
Repository
A simple platformer featuring a ninja frog navigating through various levels
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
NinJump
A simple platformer featuring a ninja frog navigating through various levels.

Installation
- Clone the repository:
bash
git clone https://github.com/alxdrcirilo/ninjump.git
- Navigate to the project directory:
bash
cd ninjump
- 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
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
- Repositories: 1
- Profile: https://github.com/alxdrcirilo
GitHub Events
Total
Last Year
Dependencies
- esbuild ^0.20.2 development
- prettier ^3.2.5 development
- serve ^14.2.1 development
- kaboom ^3000.1.17