README.md
---
layout: default
title: "Welcome to Geometry Smash"
---
<table>
<tr>
<td markdown="span" align="center">[![Build Status](https://www.travis-ci.com/video-game-coding-club/geometry-smash.svg?branch=master)](https://www.travis-ci.com/video-game-coding-club/geometry-smash)</td>
<td markdown="span" align="center">[![CircleCI](https://circleci.com/gh/video-game-coding-club/geometry-smash/tree/master.svg?style=svg)](https://circleci.com/gh/video-game-coding-club/geometry-smash/tree/master)</td>
<td markdown="span" align="center">[![GitHub pull requests](https://img.shields.io/github/issues-pr/video-game-coding-club/geometry-smash.svg)](https://github.com/video-game-coding-club/geometry-smash/pulls)</td>
</tr>
<tr>
<td markdown="span" align="center">[![GitHub issues](https://img.shields.io/github/issues/video-game-coding-club/geometry-smash.svg)](https://github.com/video-game-coding-club/geometry-smash/issues)</td>
<td markdown="span" align="center">[![Join the chat at https://gitter.im/video-game-coding-club/geometry-smash](https://badges.gitter.im/video-game-coding-club/geometry-smash.svg)](https://gitter.im/video-game-coding-club/geometry-smash?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)</td>
<td markdown="span" align="center">[![Maintainability](https://api.codeclimate.com/v1/badges/2b63bc13f257312435e9/maintainability)](https://codeclimate.com/github/video-game-coding-club/geometry-smash/maintainability)</td>
</tr>
</table>
# 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**](game.html)
# 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](https://github.com/video-game-coding-club/geometry-smash/issues)
or submit a [pull request](https://github.com/video-game-coding-club/geometry-smash/pulls).
Please see also:
- Our [Kanban
board](https://github.com/video-game-coding-club/geometry-smash/projects/1)
is tracking what we are currently working on. Feel free to pick up
any of the open
[issues](https://github.com/video-game-coding-club/geometry-smash/issues)
and start working on it.
- We also use
[Gitter](https://gitter.im/video-game-coding-club/geometry-smash)
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](https://gitpod.io#https://github.com/video-game-coding-club/geometry-smash)
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](DeveloperWorkflow.md) page. If you want to run
the game locally to test your code changes please have a look on our
[Test the game locally](TestLocally.md) page.
More information on git can be found on our [git](Git.md) page.
# GitPod
[GitPod](https://gitpod.io#https://github.com/video-game-coding-club/geometry-smash)
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.