About
Evilset is a variant of Set that randomizes visual attributes across games: this reduces the reliance on muscle memory and levels the playing field between experienced players and novices.
Play Evilset
Evilset can be played in the browser as well in a native application for Linux, macOS, and Windows.
- Web version: Tested on Firefox on Linux and Safari on iOS, but should work on most modern web browsers.
- Linux version: Download the file and
chmod
it to executable to run it. - macOS version: Gatekeeper’s default settings prevent the downloaded app from running. To work around this, either disable Gatekeeper, or download the source code, and run
cargo bundle --release
to create an.app
bundle that will run on your Mac. - Build from source: See the Github repository for instructions on how to build it from source.