diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 4616e25b8fb7c0ef79ae014a0221716c5131649f (patch) | |
tree | 165d8c62aca7f8f4432ad8a3982bb0a021eee7f0 | |
parent | sentence capitalization (diff) | |
download | wf-4616e25b8fb7c0ef79ae014a0221716c5131649f.tar wf-4616e25b8fb7c0ef79ae014a0221716c5131649f.tar.gz wf-4616e25b8fb7c0ef79ae014a0221716c5131649f.tar.bz2 wf-4616e25b8fb7c0ef79ae014a0221716c5131649f.tar.xz wf-4616e25b8fb7c0ef79ae014a0221716c5131649f.zip |
readme
-rw-r--r-- | README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..4b08773 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +This project contains a bunch of WinForms that I've made +while in college. None of these are complex, but a few +notable programs are: + +chess_monitor + This program lets a user move/take pieces on a chess board + and save/load the state of the chess board via a save file. + There are 3 boards the user can switch between in case + multiple games need monitored simultaneously + +txt_to_html + A very basic text to HTML converter that only supports + paragraphs, headers, and non-inline links |