Star Castle
Project information
- Engine: Custom-built engine using C/C++ and ESAT own libraries
- Team: Mario Galan Sobrino
- Features: User registration/login system using ImGui and all Star Castle features were recreated as close to the original as possible
- Project date: June 2021 - August 2021
This was a summer project I decided to work on after developing my version of Asteroids. This project was also developed using C/C++. This version of Star Castle was developed during the summer break after finishing my first Computing HND year. The game was coded using C/C++, ImGui and ESAT own libraries
The game aimed to be as close to the original as possible while also implementing a user registration/login system using ImGui. For this version of the resgistration/login system I took the version I coded for the Asteroids project but fixing and improving a couple of things that were not working appropriately in the previous version. As for the game itself, it has a game loop as close to the original as posible. Adjusting everything was kinda complicated but in the end the result was really close to the original version of the game.
The outcome of this project was satisfactory. The game was quite close to the original version while also featuring the registration/login system for multiple users. This project helped me gain more experience with C/C++ and ImGui before the start of my second Computing HND year.