Welcome denizen, to scuff city.

This game was designed with Desktop in mind so forgive the input being scuffed because WebGL doesn't support multithreading (which is critical if you want your AI to think over multiple frames and have calculation speed untethered to framerate).

Rather than refactoring a bunch of the code to work for WebGL, I've just gone with the easier option where the game freezes while the AI thinks. This means that you will not get feedback when submitting a move because the AI has frozen the game until it has come up with its next move.

Please be patient, your input has been received, animations will resume when the AI is finished.

Gameplay and controls

Move your cursor using left and right arrow keys. Press enter to submit your move.

The AI always goes first.

To restart the game, refresh the page.

Comments

Log in with itch.io to leave a comment.

nicely implemented!