An open API service indexing awesome lists of open source software.

https://github.com/davidfig/moonshot

Game Off 2020 - Shoot the Moon (like literally)
https://github.com/davidfig/moonshot

Last synced: 9 months ago
JSON representation

Game Off 2020 - Shoot the Moon (like literally)

Awesome Lists containing this project

README

          

# Shoot the Moon (like literally)

## Game Jam
An open-source game coded for [Github's Game Off 2020](https://itch.io/jam/game-off-2020).

## How to Play
Destroy a moon by shooting a laser at the moon in the fewest possible shots. The laser destroys all neighboring blocks of the same color, and the moon's gravity collapses the remaining blocks toward the center. You have a limited number of shots for each moon.

## Play Development Build
https://yopeyopey.com/prototypes/moonshot/

## Install Instructions
1. `git clone git@github.com:davidfig/moonshot.git`
2. `cd moonshot`
3. `npm install`
4. `npm run serve`
5. open browser to http://localhost:8888/

## Licenses
Source code: MIT License
Game script and game assets: Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0)

(c) 2020 [YOPEY YOPEY LLC](https://yopeyopey.com/) by [David Figatner](https://twitter.com/yopey_yopey/)