all repos — tictactoe @ fa168f384ba699d7b0e8a4c49925573115e0c976

tic-tac-toe game for uxn

readme: correct prerequisites
la-ninpre leobrekalini@gmail.com
Tue, 27 Sep 2022 23:03:49 +0300
commit

fa168f384ba699d7b0e8a4c49925573115e0c976

parent

06dd1c018105a2614133ea56f3d888a633c6d14c

1 files changed, 3 insertions(+), 3 deletions(-)

jump to
M README.mdREADME.md

@@ -4,8 +4,8 @@ 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. +there is a makefile for convenience (you need make, uxncli, uxnemu and +drifblim.rom). but you can just assemble `tictactoe.tal` in any way you want. this command:

@@ -13,7 +13,7 @@ ```

$ make run ``` -will assemble the game using drifblim.rom and will run it in uxnemu. +will assemble the game using `~/roms/drifblim.rom` and will run it in uxnemu. ## controls