possible improvements

This commit is contained in:
sejo 2021-07-12 14:06:26 -05:00
parent 1c25114b91
commit b650513a9c
1 changed files with 15 additions and 2 deletions

View File

@ -13,7 +13,7 @@ experiments with [uxn](https://wiki.xxiivv.com/site/uxn.html) programming.
[uxn nibble dice tracker - demo video](https://video.anartist.org/videos/watch/6d2d4a2c-78ef-48c8-abd0-e124451805cb)
[nibble dice tracker page](https://compudanzas.net/darena.html)
[nibble dice info tracker page](https://compudanzas.net/darena.html)
### interface
@ -61,11 +61,24 @@ the bytes in a section map to the following aspects of the tracker and [audio de
* [no binario - pachapunk](https://pachapunk.space/nobinario.html)
* [XXIIVV nibble dice](https://wiki.xxiivv.com/site/nibble_dice.html)
### possible improvements
* automatically center interface on screen
* keys for setting the value of a nibble?
* midi output?
## darena
`darena.tal` an open-ended game of rocks and sand.
[darena page](https://compudanzas.net/darena.html)
[darena info page](https://compudanzas.net/darena.html)
### possible "improvements"
* add an "official" pulling option (you can pull rocks right now, but in a hacky way)
* save rocks state (position and color) to file
* optimize the use of memory for rock colors, using one bit per rock instead of one byte
* optimize for 256x192 screensize
# roms