New Treasure of Algarath + String Test Program
I’m still studying C++ on a daily basis and just wanted to show off some new stuff I wrote in the last couple of days. First of all, I worked some more on the Treasure of Algarath code and implemented the ability for the player to select a gender, which manipulates the output text in the story. There is also some more story and formulas that determine the amount of bandits and followers deaths. If you’re interested in the new version, then click here to download it.
Aside from this, I used some new (very basic) knowledge to build a little program that asks for your first and surname. It then uses this information to determine the first and last character of the name, shows what will happen if you change the first character, and calculates the exact middle character and shows this character and its position to the user. If you’re interested in the String Test Script, then click here to download it.





