
FIRST PLAYABLE TRAILER
ABOUT THE GAME
80s Sunshine is a 3D auto runner game, where the player needs to avoid obstacles and collect stars by jumping and changing gravity.
I am currently working on this game at my free time. The objective was to make a game from scratch on my own and try to use the least libraries as possible. The goal is to learn handling a complete project on my own.
SOME TASKS
- Taking into account of the scale of the project, I created an Object Oriented Engine.
- Level parsers. To create levels faster, I created a parser that takes specific levels.
- Graphics using OpenGL and Audio using OpenAL.
- Player controller and gravity changing mechanics.
- Final Boss.