Hi folks -- I have been very pleased by the initial interest in Rock Paper Sweeper, and I am proud to announce that it is now publicly released: https://puleo.itch.io/rps
That means it can now be shared without the awkward embedded password in the URL. I will likely be posting a cart on the Lexaloffle BBS within the next few days.
If this is the first you're hearing of it, Rock Paper Sweeper is a #minesweeper -like logic game built in #pico8 . The central idea is that each tile in the 6x6 board bears the symbol of one of three "forms": Rock, Paper, and Scissors. To reveal tiles, you must adopt one of these three forms. Revealing a tile with a symbol that defeats your form -- for example, revealing Rock while you are in Scissors form -- is a game-over. Thus, you must deduce which tiles are safe for your current form, changing forms when necessary. The goal is to reveal the entire board.
All boards are built so as to be solvable by pure deduction, without any guessing.
#gamedev #indiedev