Skip to content

Interpause/metaTTT_App

Repository files navigation

metaTTT_App

NOTE: The newer React-based version currently published on the beta program on Google Play is closed-source for now.

Cordova HTML5 ES6 metaTTT App

Download at https://play.google.com/store/apps/details?id=interpause.metaTTT.

Or try the browser version at https://metattt.interpause.dev.

Back when I developed this, I was more familiar with pure HTML and JS approaches. Hence, while the code isn't too messy, it is archaic in that it has multiple scripts/entry points designed to be placed in a HTML page and is hence reliant on those scripts being run globally. As such, even if I were to upgrade to JSDoc annotations now, it would not be easy to auto-generate documentation. And while the way I organized the code means it is not too difficult to switch to modules, it is pointless as I do plan to rewrite the code from scratch using React sooner or later.

As monorepo was not really a thing back then:

Description

(Taken straight from my app page, sorry it is cringe)

If the flashy triangle background or happy (unintendedly slightly dystopian) music is not enough to convince you: It is Meta TicTacToe, only the most addictive mentally testing game ever!

So what are you waiting for? Download it, somehow crash my free-tier rental server, and help me bug test! Yay!

Rules (can also be found in credits screen):

  1. There are 9 boards in a 3x3 grid. The goal is to win 3 boards in a line.
  2. The player is limited to a board determined by the previous turn.
  3. The position of the placed piece corresponds to the location of the board used next.
  4. The first player chooses the starting board.
  5. If the placed piece corresponds with a finished board, the next player is allowed to choose any board next.

Pictures

alt text 1 alt text 2 alt text 3 alt text 4