Where to Play
Software play options
Javascript
The Javascript version of Mǽrstánas uses a simple, randomized computer opponent.
Play now or check out the source code
Python
Flask
This version uses the Flask framework and is deployed on Fly.io. It incorporates a computer opponent that bases its moves on running numerous simulations and weighting the results. Players can currently play using the traditional or simple scoring rules.
Play now or check out the source code
Django
This version uses the Django framework and is planned to be a full-stack web application. Players will be able to play as guests or have the option to log in to play asynchronous games against other players.
While it is incomplete and not yet deployed, you can still check out the source code. Feel free to help out if you can!
Pygame
This version uses Pygame and needs to be installed locally to play. The simulation engine used for the Flask and Django versions was first utilized here.
Check out the source code
Print-and-play option
The original print-and-play version can be found here
Alternative play option
If you don't have access to stones, feel free to use the included page of game boards. Mǽrstánas is similar to Tic-Tac-Toe in that players can just alternate writing an X or an O in place of the stones. You can also just draw a 7x7 grid if you find yourself without a printer and need to pass the time! Just remember that Mǽrstánas is not Tic-Tac-Toe, and the rules and win conditions are different.