An open-source game coded for Github's Game Off 2020.
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.
https://yopeyopey.com/prototypes/moonshot/
git clone git@github.com:davidfig/moonshot.git
cd moonshot
npm install
npm run serve
- open browser to http://localhost:8888/
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 by David Figatner