A small HTML Canvas Singleplayer/Multiplayer game largely based on the IOS hit Doodle Jump by Lima Sky LLC!
You can play the prototype right now by clicking here
Or, you can run your own server for the game on Heroku! Like usual, clone the repository and install all the dependencies using npm
git clone https://github.com/angel1254mc/I-do-what-I-must.git
npm install
Then, change the firebaseConfig to your own Authentication and Firestore keys. To test it locally, you can run use the default NextJS scripts
npm run dev
(or)
npm run build
If the build works fine, you can go ahead and deploy it on any service that supports it. I've found heroku works great!
All of the proposed features and known bugs that need fixing can be found on open issues
Right now its just me working on this, but if you'd like to contribute anything to the game, then by all means! Here's the general guideline to contributing to the project:
- Fork the Project
- Create a branch for your feature/contribution (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request to the main branch (or better, the develop branch) with a short description, and I'll check it out and approve it.
Distributed under the MIT License.
Angel Lopez Pol - [email protected]
Project Link: https://github.com/angel1254mc/I-do-what-I-must
- Gabriel Colon Lopez / Gabword69 (PoopStain1668) for game feature ideas and playtesting
- Lillian Cheng for the initial game idea
- Martin Calderon, Gabriel Colon, and Yariel Benitez Pacheco for playtesting