# tictactoe.tal simple little game that took me far longer than i thought it would. - linted with [uxnlin](https://git.sr.ht/~rabbits/uxnlin) - balanced with [uxnbal](https://git.sr.ht/~rabbits/uxnbal) - formatted with [uxnfor](https://git.sr.ht/~rabbits/uxnfor) ## installation you need uxn assembler and emulator. for example, check out [uxn-sdl][1] (which also contains uxnasm, the assembler) and [drifblim][2] (the self-hosted assembler). [1]:https://git.sr.ht/~rabbits/uxn [2]:https://git.sr.ht/~rabbits/drifblim ## controls **arrow keys** to move, **button A** (or control or space) to make your move. when the game is over, press any button to restart. ## licence ISC (see `LICENCE`).