aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 9ba652d..e62f4ba 100644
--- a/README.md
+++ b/README.md
@@ -2,18 +2,18 @@
simple little game that took me far longer than i thought it would.
-## installation
-
-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.
+- linted with [uxnlin](https://git.sr.ht/~rabbits/uxnlin)
+- balanced with [uxnbal](https://git.sr.ht/~rabbits/uxnbal)
+- formatted with [uxnfor](https://git.sr.ht/~rabbits/uxnfor)
-this command:
+## installation
-```
-$ make run
-```
+you need uxn assembler and emulator. for example, check out [uxn-sdl][1]
+(which also contains uxnasm, the assembler) and [drifblim][2]
+(the self-hosted assembler).
-will assemble the game using `~/roms/drifblim.rom` and will run it in uxnemu.
+[1]:https://git.sr.ht/~rabbits/uxn
+[2]:https://git.sr.ht/~rabbits/drifblim
## controls