Dot's Adventure is an infinite jumping game, inspired by Doodle Jump. It's extremely simple, but can be challenging to play. It has an online leaderboard. It can also be installed as a PWA to play offline. It supports both desktops and mobile devices.
To play, click here.
If you have enjoyed the game, please star this repository!
- Node.js
- npm (comes with Node.js)
Clone the repository and install the dependencies:
git clone https://github.com/shajidhasan/dotventure.git
cd dotventure
npm install
To start the game locally, use:
npm run dev
This will start a development server, and you can play the game in your browser at http://localhost:5173
or the port specified by your setup.