Morgan's Portfolio


Defense Game


Language: Java

Summary:

this was one of my first game projects I made from pure coding knowledge, it started as a simple game where you clicked enemies to deal damage to them and grew to have more and more features. For one of my first games made like this I am extremely proud of what I was able to make with just basic java knowledge.

Features:

  1. win and lose condition with health.
  2. several enemy types with unique attributes.
  3. increasing difficulty with time.
  4. final boss fight.



flashlight Game


Language: Java

Summary:

My most recent game project in java, this game has a group of statues on screen but some of the statues move when the player doesn't have the flashlight on them. The game is based around memorizing where the statues are and using that to find which ones are moving.

Features:

  1. enemies that detect mouse distance to determine movement.
  2. infinite levels with increasing enemy and statue count.
  3. Canvas overlay system.
  4. upgrade system planned.