WEBSITE IS UNDERCONSTRUCTION
Im currently trying to learn CSS and HTML
Here is link to my github if you wish to look anyways: Sapin5
LinkedIn is here LinkedIN
ItchIO Page itch.io
2D platformer using UNITY: Borgs Big adventure
- I was responsible for player controls and game logic
- Simple 2D platformer
- Only game created that is technically completed lol (Have run out of time on every other project)
Somewhat Functioning VR game: Defend Teenies
- some bug happened that we didn’t catch before deadline that causes game to crash on boot
- Whole idea was a tower defender where you toss your troops at enemies to fight for you
- Wave based
- I was responsible for Player controls, Troop mechanics, Game Logic.
2D platformer: 2D engine
- Rough 2D platormer I created from scratch using raylib
- Spent more time getting the collision logic working properlly than I thought I would
- Using this as a base for a 2D engine I am currently working on
Asteroids Replica: Asteroids
- 2D Asteroid Replica made using Java
- Simple project with particles and such
Basic grid Search with A* A*
- Console programm that runs A* search on grid
- Walls can be placed using “space” to create obstacles