all repos — tictactoe @ 06dd1c018105a2614133ea56f3d888a633c6d14c

tic-tac-toe game for uxn

README.md (view raw)

 1# tictactoe.tal
 2
 3simple little game that took me far longer than i thought it would.
 4
 5## installation
 6
 7there is a makefile for convenience (you need uxncli, uxnemu and drifblim.rom).
 8but you can just assemble `tictactoe.tal` in any way you want.
 9
10this command:
11
12```
13$ make run
14```
15
16will assemble the game using drifblim.rom and will run it in uxnemu.
17
18## controls
19
20**arrow keys** to move, **button A** (or control or space) to make your move.
21when the game is over, press any button to restart.
22
23## licence
24
25ISC (see `LICENCE`).