start nim game (drawing dots)

This commit is contained in:
Travis Shears 2024-07-13 14:55:56 +02:00
parent b9ea93351a
commit 9eeb186b49
4 changed files with 110 additions and 0 deletions

6
run_ui.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
filename="${1%.*}"
rom_filename="${filename}.rom"
../uxn/bin/uxnasm $1 $rom_filename && ../uxn/bin/uxnemu $rom_filename