all repos — tictactoe @ 3190ad25cb167f8289b7d10957a37283cd1efc2a

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 make, uxncli, uxnemu and
 8drifblim.rom). but 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 `~/roms/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`).