Secret of Atlantis
Project Details
Project Details
Engine: TGA2D (my school's old rendering framework using C++ and Directx 11).
Duration: 8 weeks, 50 %, completed in February 2022.
Team: 4 programmers, 5 artists, 3 level designers.
Genre: Shoot 'em up.
Inspiration: Steredenn.
Contribution Highlights
Contribution Highlights
UI
I made all the code for the UI and took the opportunity to more learn about C++ inheritance.Â
Scripted Event Parser
We had a lot of scripted events in this game. I made all the events also with the parser. I used a lot of inheritance here too.
Level Import
We imported levels from a program the level designers worked in named tiled. I made it together with a colleague to import everything and play the levels.
I made the scrolling parallax background.