aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md13
-rw-r--r--images/screen1.pngbin0 -> 13463 bytes
-rw-r--r--images/screen1a.pngbin0 -> 12903 bytes
-rw-r--r--images/splashscreen.pngbin0 -> 105104 bytes
4 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3d2d102
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# learncolors
+
+An unfinished 320x200 VGA mode 16-bit program written in pure 8086 assembly to teach my son about colors and shapes. The character set in use here was painstakingly created from scratch over the course of a couple hours.
+
+This code is in the public domain. If you something I've done here makes it easier to write your own hobby program then by all means go ahead and use it.
+
+## Screenshots
+
+![Splash Screen](images/splashscreen.png)
+
+![First Screen](images/screen1.png)
+
+![After pressing buttons](images/screen1a.png)
diff --git a/images/screen1.png b/images/screen1.png
new file mode 100644
index 0000000..060d940
--- /dev/null
+++ b/images/screen1.png
Binary files differ
diff --git a/images/screen1a.png b/images/screen1a.png
new file mode 100644
index 0000000..ce581d6
--- /dev/null
+++ b/images/screen1a.png
Binary files differ
diff --git a/images/splashscreen.png b/images/splashscreen.png
new file mode 100644
index 0000000..d38d40e
--- /dev/null
+++ b/images/splashscreen.png
Binary files differ