Some →keywords have been added under each paper/project to aid in finding the most relevant topic.
The game Blackjack implemented using the LÖVE 2D framework. The goal was to produce a quick prototype and Android application. The LÖVE 2D framework uses Lua scripts to draw graphics, handle the user interface, and execute the game logic.
A utility designed to keep track of standard score card entries and pitch count for the game of baseball. The main project is an encapsulated package to be used by a user interface. A basic command line interface is implemented on the cli
branch while the main project exists on the master
branch.
Tic Tac Toe implemented using HTML canvas for drawing the game. The game logic is then of course written in Javascript.