CyberRunner is a thrilling, minimalist, and lightning-fast platformer game developed with Phaser.js.
🚀 Demo
Experience the game in action here!
📋 Features
- Beautiful multi-layered background
- Smooth character animations
- Collectible chips
- Avoidable bombs
- Score tracking
- Game over and restart functionality
🛠️ Installation
To play the game locally, follow these steps:
- Clone the repository:
git clone https://github.com/faisalmujawar148/CyberRunner.git
- Open
index.html
in your preferred web browser.
🎮 How to Play
- Use the arrow keys to control Robotic Percival:
- Left Arrow: Move left
- Right Arrow: Move right
- Up Arrow: Jump
- Down Arrow: Dash (when moving)
- Collect chips to increase your score.
- Avoid bombs to prevent game over.
- Press Enter to restart the game if you get a game over.
📂 Assets
- Background images and sprites are located in the
assets
directory. - The game features a custom sprite sheet for the main character, Robotic Percival.
🤝 Contributing
We welcome contributions! To improve the game, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-branch
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-branch
). - Create a new Pull Request.
🏛️ License
This project is licensed under the MIT License.
Enjoy playing CyberRunner! and happy coding!