Tic-tac-toe

This is my tic-tac-toe game. There are many like it, but this one is mine.

The game itself isn't special—your standard "two players take turns clicking on grids to place their "X"s and "O"s.

This game was built so that a colleague could practice connecting this game to a database, allowing players to play the game from different computers.

I also used this project as an opportunity to practice "working with what others give me". In this case, I pulled random free-to-use assets from itch.io and adapted my code to work properly with those assets. (Rather than hammering the assets into the shape my code can process.)

My original intention was to practice creating animated parallax backgrounds, only I found it more interesting to build the entire tic-tac-toe engine from scratch instead. Oops. :-)

Available Demos

  • Version 0.1 — the basic game, nothing speical, two players take turns on the same screen

Credits & Acknowledgements

Background(Ansimuz's) Cyberpunk Street Environment

SpritesShikashi's Fantasy Icon Pack (v2)

Game Engine — created from scratch

Recommended Tutorials

(none specific to this project)