Continuation from https://itch.io/t/1105802/advance-battle-robot-personal-challange
Old post got archived (very annoying)
This is part of my personal challenge to create a simple game and the create variations of the game in different Programming Languages/Dialects. I am doing this out of curiosity to see what it takes to create the same thing in various languages and get the same game running on different platforms. My initial idea was always to make exactly the same game but I thought it would be more interesting if I made some changes to each version. Different enemies and advancing the plot a little bit each time.
I The C++ version finally ready. It was made with Simple fast media layer. Unfortunately I never managed to get the hang of it so this is the ugliest version with no sound. I provide only a Linux binary because I had not time to compile it for windows.
Linux binary: https://drive.google.com/drive/folders/1-htWVpOBkMtHW1xs6w_xsNUUQ47Zzy37 Source code: https://github.com/fildubek/abr/tree/main/05c++