The Game
This video game is under active development by Mountain Elementary students in Los Alamos, NM. It started as a summer break coding project in 2018.
You can play the game right here: Play Geometry Smash
Authors
In alphabetical order:
- Adis Bock (@adisbock)
- Adrian Medin (@zmedin)
- Anders Medin (@andmedin)
- Ajla Bock (@ajlabock)
- Levi Gibson (@LeviCodes)
- Lucas Price (@lucasprice)
- Zach Gibson (@zachgib)
Contribute
Contributions are very welcome. If you would like to help please create a new issue or submit a pull request.
Please see also:
- Our Kanban board is tracking what we are currently working on. Feel free to pick up any of the open issues and start working on it.
- We also use Gitter for real time chat. Drop by and say hi!
- If you don’t want to install any software and start developing anyway have a look at GitPod as your fully featured IDE (Note that the open source plan is limited to 100 hours of usage per month).
You can find more information on a suggested workflow on our Developer Workflow page. If you want to run the game locally to test your code changes please have a look on our Test the game locally page.
More information on git can be found on our git page.
GitPod
GitPod
offers tight GitHub integration. All necessary git
commands can be
run via the GUI instead of the command line. The game itself lives in
game.html
. Just right-click on the file game.html
and open it with
the “Mini Browser” and the game should start.