start nim game (drawing dots)
Update docs
Update run script to accept filename
These are my UXN experiments.
File: 99_bottles.tal
This is my first tal script. I was inspired by an example in the kitten (another forth based programming language) repo. It prints the lyrics to the song going from "99 bottles of beer on the wall" to none.
Sample output:
18 bottles of beer on the wall
18 bottles of beer
take one down, pass it around
17 bottles of beer on the wall
17 bottles of beer
take one down, pass it around
16 bottles of beer on the wall
16 bottles of beer
take one down, pass it around
Sources:
./run.sh 99_bottles.tal
$ echo 99_bottles.tal | entr ./run.sh
$ ../uxn/bin/uxnemu ../left.rom 99_bottles.tal
$ echo 99_bottles.rom | entr -r ../uxn/bin/uxnemu ../beetbug.rom ./99_bottles.rom