C++ Projects
This section contains some C++ projects I have worked on lately. Some of them worked, some ended up with kinks and bugs that I could not work out. I put a lot of work into each one, and learned a lot.
General C++
- Asterisk Game - The original asterisk game which I later turned into RPG. The latest version had a broken map engine so this is back a few versions.
- Asterisk RPG - I turned my old asterisk game into a kind of RPG. I ended up connecting it to a mysql database and even using a sha1 algorithm for comparison with the users account password saved in the database.
Win32 C++
- FF7 RPG Battler - I wrote four versions of this, each one turned out with a few more problems (nothing major), and with a lot more added into it. The downside to them is that a lot of it is hard coded so it is hard to change.
- Fight RPG - I came up with an idea for this, and well, it turned out pretty much how I wanted it to.