top of page

Games I've made in college

2 Semester Game Toori

2 Semester

Game made by Arabella Heuer, Jens Reher, Connor Peters & me.

  • Time: 4 months

  • I was the lead programmer

Goal: Gather all 7 lanterns bevor your radius of sight is blown out.

Mechanic: Player wears a mask which allows him to see hidden platforms, doors and enemies. The mask is tied to a Toori, which is located in the center of the level.

The enemy tries to attack the Toori and the player has to keep it safe. If the Toori gets damaged, so does the player.

My thoughts and lessons

This game turned out to be a disaster, especially considering it was my first programming experience. In the end, my team members were unhappy with the final result. One major issue was that the game lacked a tutorial, leaving everyone confused about how to play.

I did present a prototype during development, and at that time no one complained or expressed concerns. However, looking back on it now, it's clear that there was a communication breakdown among all of us. This serves as a valuable lesson learned for future projects.

 

It's important to recognize and address any potential issues early on in order to avoid disappointment and confusion down the line. Incorporating tutorials or clear instructions can greatly improve the overall user experience and ensure that players understand how to engage with your game.

Concept Art

Development

early mask test

early test where I tested Unity's sprite mask capabilities

mechanic test

I introduced a few new mechanics which we discarded later on

more mechanis

tested more mechanics like parts of the level are only accessible, if the player wears the mask

enemies and Toori

first test dummies and Toori were introduced, AI was still simple

AI

created a project soley to test around with the AI and to make them a bit more smart.

prototype

first functional prototype with somewhat smart AI

added graphics

a bit more polished version, the UI and some other elements were still not finished

Final Look (not drawn by me)

Screenshot (2).png

3 Semester Game Spacemoon

3 Semester

Game made by me alone, no team :'(

  • Time: 4 months

Well, I made a significant mistake by creating not just one, but three games. One of my attempts was to develop a procedural island creator, but it turned out to be too ambiguous and unclear. At that time, I was still relatively new to programming.

The second game drew inspiration from classic titles like Asteroids and Space Invaders. It took place on a planet where the player's objective was to collect crystals located on top of a tower or acquire more valuable crystals by destroying asteroids and structures. The enemy (represented by red crystals) had the ability to fuse with the tower crystals and transform them into turrets. Unfortunately, since I never sought feedback during development, no one really understood how to play the game—a major oversight on my part.

 

In the third game concept, similar mechanics were present; however, this time around, players were tasked with demolishing an enemy tower by converting their own tower into a cannon through crystal fueling. Interestingly enough, the enemy AI possessed similar capabilities and could also convert their structure into a cannon using crystals.

 

An important lesson learned is that feedback is crucial and should never be overlooked.

Development

island

procedural island generator has a central tower and from there you could glide down with a paraglider

well...

island didn't worked out in october, made plans for new game

first fly

tried free fly mechanic but since I wanted to play with controller -> bin

planet

created a planet to orbit around it, tried to add obstacles, gems and early enemies

planet defense

I added fuel mechanic, tried to make flying mechanic better

goal

added few shaders, new models and a flag, flag up means you won

crystals

did some 3D crystals... you will never see the details but they are there

models

added some more models to destroy

hdrp

tried to play around with high definition render pipeline (hdrp)

fog

I tried to create a bit more athmosphere

almost done

early protoype with UI

final game

that's what I presented, it wasn't good.

ships

new dhips, yeah

new game

I threw may previous game in the bin... well kept some code and tried to listen to all the negative feedback

enemy

enemy act like player this time

shoot shoot

this time red color, not confusing yellow color

powerups

added some powerups

done

and finally done :) yeah, unfortunately, no one could ever play/test it

4 Semester Game Jam

4 Semester

Garden Game (I forgot the Name of it :( )

Game made by Lisa Marie Grimm, Carolin Mueller, Hossien Mostafa and me :)

  • Time: 3 weeks

  • I was the lead programmer

Game: The player can plant seeds and crossbreed them, to get strange combinations . The goal is to figure out all combinations to fill the garden book.

 

My thoughts and lessons

One feedback we received was to transform the game into a tower defense genre, and I personally liked that suggestion. However, programming this game proved to be quite challenging for me as it was. I had never worked on a drag and drop system before, so I ended up creating my own without utilizing Unity's interface system, which could have made things easier and less prone to bugs.

The primary objective of the game was to create a relaxing and chill experience, which is why we decided not to include any enemies. In hindsight, it would have been a great idea to incorporate two modes: a relaxing sandbox mode and a more challenging survival/tower defense mode. This would have provided players with different gameplay options based on their preferences.

Development

prototype

simple concept, we skipped few steps and went straight to a prototype

book

book you have to fill

better look

better look and tried with bags

garden

concept are about possible plants and the garden

book concept

well... book concept, which information it should contain, how much water a plant need, how much light

combis

early thoughts about combinations, I chose pixelart because it's less time consuming

pumpkin

pumkin!

pumpkin

pumpkin evolved into pumpelmus

products

my first try to get away from pixelart

bags

i made nice bags but too detailed

bags2

less nicer bags but easier to read

graphic look

another graphic test

book images

that's for the garden book

ingame images

plants once growed up

growth cycle
growth cycle
growth cycle
unkraut

Final look (not drawn by me, except garden plants)

Dodlenaut

Game made by Hossien Mostafa, Helmi Kangassalo, Agnieschka Trabski, Indra Ernsting and me.

  • Time: 3 weeks

  • I was the lead programmer

A tablet game (for desktop, didn't finish in time), for very young kids, with puzzles, a rocket and line drawing. To progress and reach platforms, you have to draw lines that serve as pathways for walking.

My thoughts and lessons

The game turned out to be more challenging than anticipated because its target audience was young children, around the age of five. We faced limitations in terms of what we could include without overcomplicating things. I frequently proposed mechanics such as physics puzzles, but my team declined them due to their complexity.

Development

brainstorming

physics and latters

brainstorming 2

found out linerenderer works good with linecollider

test

linedrawing needs energy, this feature got removed

puzzle

added puzzle to unlock the rocket

flying

flying test with the rocked, you have to draw a line to create a flying path

apples

now apples can flatten you, got removed too

Final look (not drawn by me)

drawed line act as a platform

search for puzzle pieces

little puzzle to solve

fly around, the line serves as a steering wheel

6 Semester Game Cloud Dive

6 Semester

Project by Indra Ernsting, Agnieschka Trabski, Cennet Arika & Raoul Poupart.

  • Time: 4 months

  • I was the lead programmer

"Cloud Dive introduces you to a wondrous, abstract world inside of a mysterious
dome. Judging by the surrounding cloud formations it seems to be located
somewhere in the sky, but you quickly find yourself in the midst of a splendid
underwater flora. Further exploration of the environment reveals tiny troops of
lost fish, which need your guidance in order to find a way back home. The search
for the little ones turns out to be trickier than expected, as some of them have
gotten themselves in trouble. Fly around the picturesque dome, solve puzzles and
take a deep-dive into a relaxing adventure." - from our project book

My thoughts and lessons

This game would have been more successful as a 2D game since our team had limited experience with 3D development, resulting in significant time loss. It was an important lesson learned about the need for early communication regarding our skill sets. Nonetheless, programming a flying creature proved to be an enjoyable and valuable experience.

Development

flytest

first flytest, getting controls right

adding a dome

it should be a confined place

more domes

my team adds more domes and some plants (not made by me)

adding bunch new mechanics

like shrinking and screaming and attaking and spinning.....

.... every skill is important to unlock an area

dome got nicer

experimenting with some patters

whee

we don't need it but I still made it

the one

the very first model I made for this game, lanternfish and rayfish, looks like a Pokémon,... completely unintentional of course 👀

the ...not one

second model, more rayfish and less puffy

hat

he needs a hat, my team doesn't like it but I love it

glamour

the ray looks very polite

Final look (models not made by me)

greenerie

lots of plants and stuff

nice view

four different zones, each looks different

fishy

fishy following the player

lantern

lantern can be activated

bottom of page