To play, go to https://techtunist.github.io/DragonBallZ_P5.js/
Installation:
# Clone the repository to your local machine.
git clone https://github.com/TechTunist/DragonBallZ_P5.js.git
To play the game:
# Open the root directory of the project in a code editor that supports live server functionality (e.g., Visual Studio Code).
cd DragonBallZ_P5.js/; code .
# Inside the code editor, right-click the index.html file and select the option to open with "Live Server". This will launch the game in your default web browser.
Navigate the game character through the world using your keyboard.
Controls
Movement: Left and Right arrow keys
Jump: Spacebar
Transform into Super Saiyan: shift(hold)
Objective
Collect all the Dragon Balls and make it to your ship
Some jumps can only be completed when transformed into Super Saiyan
HINT: Use Senzu beans to help explore the fire pits
Dependencies
A modern web browser capable of running HTML, CSS, and JavaScript.
An IDE with "Live Server" capability for running the game locally.
Configuration
No additional configuration is needed to run the game in its basic form. Documentation
This game is straightforward and does not include external documentation. The source code (sketch.js) is well-commented for understanding game mechanics and structure. Contributors
Feel free to contribute to this project by submitting pull requests or issues through the repository. License
This project is open-sourced under the MIT License. See the LICENSE file in the repository for more details.