Porter Swanstrom

{ home : projects : about }

About

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:

  1. chess_monitor
  2. 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.

  3. txt_to_html
  4. A very basic text to html converter that only supports paragraphs, headers, and non-inline links.

Source

The source code is here and you can get it with:

git clone http://github.com/porterswanstrom/forms

Made by Porter Swanstrom