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)
- Host: GitHub
- URL: https://github.com/davidfig/moonshot
- Owner: davidfig
- License: other
- Created: 2020-11-02T00:53:56.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-23T01:33:50.000Z (over 5 years ago)
- Last Synced: 2025-04-14T23:44:21.908Z (about 1 year ago)
- Language: JavaScript
- Size: 9.84 MB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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/)