Projects that I am currently developing or have worked on in the past. They are listed below with background on their purpose, progress and code location.

  1. bowlingscores.app

    purpose:A webapp to track and analyze your bowling games.
    repo:https://github.com/bowling-scores (private for now)
    status:mvp, in progress
  2. On-demand Minecraft server

    purpose:This project provides all the configuration using terraform needed to run an "on demand" minecraft server on AWS. The server will automatically shutdown after five minutes of no one playing to reduce cost. The project also contains an AWS lambda based API and a small svelte webapp to allow users to start the EC2 instance when they'd like to play.
    repo:https://github.com/paul-schwendenman/minecraft-server-host
    status:maintenance
  3. Twin trimmer

    purpose:Tool that can help to automate removal of duplicate files
    repo:https://github.com/paul-schwendenman/twintrim
    status:Finished
  4. Progress Bar (tqdm) (2015)

    purpose:Create a reusable python progress bar. It is a fork of another project but allows for styling of the progressbar. (edit: this repo was abandoned when I forked it but it now seems to have been picked up by the community)
    repo:https://github.com/paul-schwendenman/tqdm
    status:Finished
  5. Paste Math (2013)

    purpose:Create a pastebin type application that also includes the MathJAX javascript library for templating.
    repo:https://github.com/paul-schwendenman/paste-math
    status:Finished
  6. Euchre (2013)

    purpose:Develop an application to play euchre between friends. Also develop a believable computer controlled player.
    status:Inactive
  7. Tic-tac-toe (2013)

    purpose:Develop a tic-tac-toe ai that will learn with the player until it can play a perfect game.
    status:Inactive