![]() | CVS Health Corporate Site (archived)One of the largest and most extensive projects I've ever been a part of, the CVS Health corporate site needed an overhaul, both in design and Drupal version. Due to the massive differences between D7 and D8, a new site was made from scratch, with newly designed visual components created and incredibly large amounts of data migrated from the old site. This site has since undergone several redesigns in the meantime, so I have linked an archived version of the site as it appeared in 2019. |
Battleships Puzzle Solver (GitHub)After weeks of hard work, I've finally completed the first version of a Battleships puzzle solver, hosted on GitHub. This works on puzzles on any size, however recursive trial-and-error backtracking is not yet supported. That's coming next! The code is quite complex, with a full array of functions that mimic the way a person would solve one of these puzzles, one strategy and technique at a time. | ![]() |
![]() | Widget Factory (JS game)Inspired by incremental idle games like Cookie Clicker and AdVenture Capitalist, I starting work on my own minimalist version called Widget Factory! This work-in-progress lets you hire "workers" who will generate widgets on their own (in addition to the widgets you produce manually by clicking), automating the process while generating enough for better, faster workers. Coming next: Upgrades for workers, things like "Snacks in the break room" (worker widgets/click +50%). |
GA Arts Initiative (Drupal)The Georgia Arts Initiative needed a solid website that could not only display basic information but have more advanced offerings like a schedule calendar and news articles. I used Drupal 10 for the backbone of the site. While still actively being worked on, the site is already serving its purpose as a home for all things art in the West Georgia area. | ![]() |
![]() | CSS-opoly (Monopoly clone)This is a work-in-progress game that I created entirely in HTML, CSS, and JavaScript. There is no back-end code handling any of the gameplay; it is handled by a scant few JS classes and objects that, when stitched together, allow 2-12 human players to play a game of Monopoly. Once finished, this will go to its own page on this site. |
FakeOS (mock OS)On a whim, I decided one day to start working on a mock operating system, something that looks similar to Windows 11. I fiddled around in Codepen for a while, and eventually moved it to its own (sub)site. Try it out! All that's working so far is the Start menu opening up (and closing) and the calculator app (which should work). | ![]() |