DISCLAIMER: UNDER CONSTRUCTION!
Super Pharaoh is a 2D side-scrolling platformer game built using HTML5 Canvas and JavaScript. It is the result of my training in JavaScript, AI prompting, and technical writing. I will continue to improve and create.
- 2D side-scrolling platformer gameplay
- Parallax background
- Smooth character movement and jumping
- Multiple platform types
- Simple collision detection
You can play the game here.
To run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rafa-net/super-pharaoh.git
-
Navigate to the project directory:
cd super-pharaoh
-
Open
index.html
in your browser:open index.html
- Use the arrow keys to move the character:
- ⬅️ Move left
- ➡️ Move right
- Press the ␣ (spacebar) to jump.
Contributions are welcome! If you have suggestions for improvements or new features, feel free to:
- Fork the repository.
- Create a new branch (
git checkout -b feature/added-fireball-powerup
). - Make your changes.
- Commit your changes (
git commit -m 'Add fireball powerup feature'
). - Push to the branch (
git push origin feature/added-fireball-powerup
). - Open a Pull Request.
If you develop a whole new fork, please make sure to mention me :D
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by classic platformer games like Super Mario and Sonic the Hedgehog.