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 a full-stack web application. Players are able to log in to play asynchronous games against other players or play unranked games against variants of the bots ported from the Flask version.
Play now or check out the source code
This version uses the Python-based Django web framework and is a full-stack web application. An account is required. However, players can play against bots on different difficulties or play asynchronous games against other players! Games and play records can be saved to reference later.
Play now or check out the source code
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.