diff --git a/README.md b/README.md new file mode 100644 index 0000000..e435439 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +This is a collection of Visual Basic projects I built while learning to program. + +**Skype Bot** - Control Skype from a custom UI using the Skype Desktop API. Update your online status, and send messages to contacts. + + + +

+ +**Stock War** - A stock trading game with real companies. Buy and sell stocks, with a built-in calculator to help with trades. + + + diff --git a/docs/assets/img/preview-skypebot.jpg b/docs/assets/img/preview-skypebot.jpg new file mode 100644 index 0000000..f9288a7 Binary files /dev/null and b/docs/assets/img/preview-skypebot.jpg differ diff --git a/docs/assets/img/preview-stockwar.jpg b/docs/assets/img/preview-stockwar.jpg new file mode 100644 index 0000000..1bef461 Binary files /dev/null and b/docs/assets/img/preview-stockwar.jpg differ