aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index dbc90c0..dca6ba3 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,13 @@
1# UXNGBA 1# UXNGBA
2 2
3This is a port of the [UXN virtual machine][uxn] for the GBA. It is currently at 3This is a port of the [UXN virtual machine][uxn] for the GBA. UXN is a project
4an early stage, but is capable of running simple demos that make use of the 4created by the artist collective and research studio [100 rabbits][100r]. It can
5screen or console devices, including the beautiful DVD bouncing. 5be used to write small graphical applications, tools and games. Programs written
6for UXN are distributed via bytecode compiled roms, akin to classic console
7emulators. For this project, uxn roms are embedded directly in the .gba rom.
6 8
7[uxn]: https://wiki.xxiivv.com/site/uxn.html 9[uxn]: https://wiki.xxiivv.com/site/uxn.html
10[100r]: https://100r.co/
8 11
9## Building from source 12## Building from source
10 13