blob: 76b4fd34daf23aaf427b7dcc491bd9be816ce240 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# tictactoe.tal
simple little game that took me far longer than i thought it would.
## installation
there is a makefile for convenience (you need uxncli, uxnemu and drifblim.rom).
but you can just assemble `tictactoe.tal` in any way you want.
this command:
```
$ make run
```
will assemble the game using drifblim.rom and will run it in uxnemu.
## 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`).
|