vm70 / stratagem

A Nonlinear Match-3 Game for the PICO-8
https://www.lexaloffle.com/bbs/?pid=153516
GNU General Public License v3.0
1 stars 2 forks source link
pico-8

Stratagem: A Nonlinear Match-3 Game for the PICO-8

Stratagem Logo

Stratagem is a match-3 game for the PICO-8 fantasy console. The objective of the game is to get as many points as possible by swapping adjacent gems on a grid to clear touching groups on the grid. Spend your chances to make wrong non-matching moves wisely; once you run out, it's game over!

Build Instructions

The included Makefile automatically downloads and installs picotool for assembling and modifying the PICO-8 cartridge's parts. You can run the following script to download and run Stratagem on your machine (assuming the PICO-8 executable is on your PATH).

git clone github.com/vm70/stratagem
cd stratagem
make

Contributing

Contributions are welcome. If you find a bug or would like to request a feature, please report it through Stratagem's issues page on its GitHub repository. For more information, see CONTRIBUTING.md.

Contributors:

...and players like you. Thank you!

Special Thanks

License

Copyright © 2019-2024 Vincent Mercator

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.