README.md (view raw)
1# tictactoe.tal
2
3simple little game that took me far longer than i thought it would.
4
5- linted with [uxnlin](https://git.sr.ht/~rabbits/uxnlin)
6- balanced with [uxnbal](https://git.sr.ht/~rabbits/uxnbal)
7- formatted with [uxnfor](https://git.sr.ht/~rabbits/uxnfor)
8
9## installation
10
11you need uxn assembler and emulator. for example, check out [uxn-sdl][1]
12(which also contains uxnasm, the assembler) and [drifblim][2]
13(the self-hosted assembler).
14
15[1]:https://git.sr.ht/~rabbits/uxn
16[2]:https://git.sr.ht/~rabbits/drifblim
17
18## controls
19
20**arrow keys** to move, **button A** (or control) to make your move.
21when the game is over, press any button to restart.
22
23## licence
24
25ISC (see `LICENCE`).