https://github.com/slinga-homebrew/sweeper-squad
12-Player Minesweeper clone for the Sega Saturn
https://github.com/slinga-homebrew/sweeper-squad
homebrew joengine minesweeper-clone multitap sega-saturn segaxtreme ssmtf
Last synced: 14 days ago
JSON representation
12-Player Minesweeper clone for the Sega Saturn
- Host: GitHub
- URL: https://github.com/slinga-homebrew/sweeper-squad
- Owner: slinga-homebrew
- License: apache-2.0
- Created: 2023-11-04T03:19:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T06:20:26.000Z (over 2 years ago)
- Last Synced: 2024-03-01T06:38:58.654Z (over 2 years ago)
- Topics: homebrew, joengine, minesweeper-clone, multitap, sega-saturn, segaxtreme, ssmtf
- Language: C
- Homepage:
- Size: 37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sweeper Squad
Sweeper Squad is a 12-player Minesweeper clone for the Sega Saturn. Requires two [6 Player Adaptors](https://segaretro.org/Saturn_6_Player_Adaptor) for full twelve player support. Requires a modded Saturn or another method to get code running on actual hardware. Build the code with Jo Engine or grab an ISO from [releases](https://github.com/slinga-homebrew/Sweeper-Squad/releases).
Sweeper Squad was my entry to the [Sega Saturn 29th Anniversary Game Competition](https://segaxtreme.net/threads/sega-saturn-29th-anniversary-game-competition.25411/).
## Videos
[Pandamonium](https://www.youtube.com/watch?v=PhjDKi8vyeg&t=1635s): Version 0.90
[Tales of Saturn](https://www.youtube.com/watch?v=9wYRxEmY0kQ&list=PLhPALRBm_hKcb_qYuI5xHLnpEYX2w0zWx&index=1&t=340s): Version 0.90, missing audio
## Screenshots






## How to Play
## Game Controls
## Player One Special Commands
## Burning
On Linux I was able to burn the ISO/CUE + WAV with: cdrdao write --force game.cue.
## Building
Requires Jo Engine to build. Checkout source code folder to your Jo Engine "Projects" directory and run "./compile.sh".
## Credits
* EmeraldNova for game idea
* Thank you to Reyeme for the title screen graphics, advice
* Thank you to Danthrax for voting on the name
* Cerbero for bug reports
* Lots of advice and feedback from the #segaxtreme Discord (Fafling, Ndiddy, Ponut, and more)
* Thank you to [Emerald Nova](www.emeraldnova.com) for organizing the Saturn Dev contest
* [SegaXtreme](http://www.segaxtreme.net/) - The best Sega Saturn development forum on the web. Thank you for all the advice from all the great posters on the forum.
* [Jo Engine](https://github.com/johannes-fetz/joengine) - Sega Saturn dev environment