diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-02-07 15:41:30 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2021-02-07 15:41:30 -0500 |
commit | 919f1169e9ad5360c2fcc62022eae4b7f247740a (patch) | |
tree | e30d53fc9a420c254b132963bb1c84a28dfcd877 | |
parent | 8854fdcead33102cb819686781d28711a707ff5f (diff) | |
download | learncolors-919f1169e9ad5360c2fcc62022eae4b7f247740a.tar.gz |
Add readme
-rw-r--r-- | README.md | 13 | ||||
-rw-r--r-- | images/screen1.png | bin | 0 -> 13463 bytes | |||
-rw-r--r-- | images/screen1a.png | bin | 0 -> 12903 bytes | |||
-rw-r--r-- | images/splashscreen.png | bin | 0 -> 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 + + + + + + diff --git a/images/screen1.png b/images/screen1.png Binary files differnew file mode 100644 index 0000000..060d940 --- /dev/null +++ b/images/screen1.png diff --git a/images/screen1a.png b/images/screen1a.png Binary files differnew file mode 100644 index 0000000..ce581d6 --- /dev/null +++ b/images/screen1a.png diff --git a/images/splashscreen.png b/images/splashscreen.png Binary files differnew file mode 100644 index 0000000..d38d40e --- /dev/null +++ b/images/splashscreen.png |