A simple Jump 'n' Run browser game where players control a character that jumps, flies, and runs. The game is built using HTML, CSS, and JavaScript.
https://roblebob.github.io/chicken-dash/
- Responsive Design: The game adjusts to different screen sizes and devices.
- Engaging Gameplay: Players navigate through levels by jumping and running, with increasing difficulty.
- Simple Controls: Easy-to-use keyboard controls for intuitive gameplay.
- A modern web browser (Chrome, Firefox, Safari, Edge)
- Git (optional, for cloning the repository)
- Clone the repository (optional):
git clone https://github.com/roblebob/lab-project-jumpAndRun.git
- Navigate to the project directory:
cd lab-project-jumpAndRun
- Open
index.html
in your web browser to start the game.
-
Controls:
Arrow keys
to move left and rightSpace bar
to jump and fly
index.html
- The main HTML filestyles/
- Directory containing CSS filesjs/
- Directory containing JavaScript filesimages/
- Directory containing image assets
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your message"
- Push to the branch:
git push origin feature/your-feature-name
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Inspired by the https://github.com/ironhack-labs/lab-dom-race-car
For any inquiries or feedback, please contact [email protected].