A fun physics puzzle game made for an online JavaScript contest that has zero dependencies.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A nice little physics puzzle game I did some time ago for an online JS contest.
Game rules:
- Shoot the Big Red Button and collect the gold buttons.
- You have 3 shots to collect all the gold buttons.
- Collect all gold buttons to progress to the next level.
- Fail and you will repeat the level again until you do it right.
- Plain ol' JavaScript
- Love
That's it. Nothing else. No other external libraries, frameworks or dependencies. Just as God intended.
To get a local copy up and running follow these simple example steps.
This game has no external dependencies.
- Clone the repo
git clone https://github.com/chrisrobison/buttongame.git
- Open your browser to your cloned repo (your OS may vary)
open buttongame/index.html
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
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
Distributed under the MIT License. See LICENSE.txt
for more information.
Twitter: @thechrisrobison
Email: cdr@cdr2.com
Website: https://cdr2.com
Project Link: https://github.com/chrisrobison/buttongame