Skip to content

angel1254mc/I-do-what-I-must

Repository files navigation


Logo

A small HTML Canvas Singleplayer/Multiplayer game largely based on the IOS hit Doodle Jump by Lima Sky LLC!

About The Project

Voxel Jump is functionally a recreation of Doodle Jump on HTML Canvas, with support for multiplayer with anywhere from 2 to 20 players in one game! You can sign in with github to have your voxel carry your Github Avatar, and compete against your friends in a race mode where you battle it out to get to the finish line first.

Built With

Getting Started / Installation

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!

Roadmap

All of the proposed features and known bugs that need fixing can be found on open issues

Contributing

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:

  1. Fork the Project
  2. Create a branch for your feature/contribution (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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.

License

Distributed under the MIT License.

Contact

Angel Lopez Pol - [email protected]

Project Link: https://github.com/angel1254mc/I-do-what-I-must

Acknowledgments

(back to top)

About

Rethinking of an old IOS game beloved by many

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published