So far this repo contains: GunKockBackGame (project) and Datastruct and algo excersizes (class)

GunKockBackGame

This was a fun game to program. This game was the first real game I worked on in unity. (Summer game project was techicly first but the amount of progress we made in that makes it negligable) The core concept of this game was a bullet hell game in which the only (major) method of movement was firing your weapons.

The player in the center surrouneded by enemies.

For this game I still intend to write out a post mortem which will be added here once it is done.

Find (slightly broken) builds of the game HERE.

Datastruct and algo excersizes

This folder of the repo contains three different excersizes. Each of these were simple exceriszes passed down by the teacher. These assignements are also included in the folder for ease of use and readabilty of the repo for other users.

The PDF documents speak for themselves here.

assignment 1 big o highscores

The excersize pdf is findable HERE. My answer pdf is findable HERE.

assignment 2 inventorio

The excersize pdf is findable HERE. My answer pdf is findable HERE.

assignment 3 hearthstats

The excersize pdf is findable HERE. My answer pdf is findable HERE.

back