A browser-based clone of the classic Doodle Jump game, built using HTML5 Canvas and JavaScript.
๐ Play Doodle Jump
- Left Arrow (โ): Move left
- Right Arrow (โ): Move right
- Spacebar: Start or restart the game
- Infinite vertical scrolling
- Score tracking
- Game over screen with social sharing options
To run the game locally:
-
Clone the repository:
git clone https://github.com/shateers/doodlejump.git
-
Navigate to the project directory:
cd doodlejump -
Open
index.htmlin your web browser.
index.html: Main HTML filestyle.css: Styling for the gamescript.js: Game logic and mechanicsassets/: Images and other assets used in the game
This project is open-source and available under the MIT License.