DESCRIPTION
Chivalry is a game for Android, but can also be played on a Windows PC. It was developed in my 375R Computer Gaming course using c# in the Unity Engine. The art was drawn in PyxelEdit. All sprites are original work.
Chivalry is a game for Android, but can also be played on a Windows PC. It was developed in my 375R Computer Gaming course using c# in the Unity Engine. The art was drawn in PyxelEdit. All sprites are original work.
This solitaire clone was made in Java. It was developed as an simple project to showcase the use of data structures in my 324 Data Structures course.
Based on Willis George Emerson fictional tale of Olaf Jansen’s journey to the center of the earth. This project is currently a work in progress and will be updated from time to time.
Foxcat Adventure is a small demo for Windows and Mac OS. It was developed as an simple example project in my 375R Computer Gaming course using c# in the Unity Engine. The majority of the visual assets are from the standard assets included with Unity.
This java game has essentially three classes: paddle, brick and ball. Paddle and brick are just extensions of the GRect acm class, and ball is an extension of the GOval acm class. The ball moves and checks for collisions in the main class. When it collides with a brick, it removes the object. The paddle follows the mouse on the x axis. The player only gets three balls, if they use all of them the game is over. If the player successfully knocks out all the bricks they are greeted with a message and they win the game.