Sunday, February 26, 2012

Final Fantasy Tactics in C++

I learned how to program in C++ recently. I thought it would be interesting to try to recreate the PlayStation game Final Fantasy Tactics in its most basic form. Click here to download it to give the beta version a try.

The graphics are incredibly basic but the mechanics are solid and faithfully try to follow the game's mechanics. I have most of the classes and abilities implemented but still need to do a lot of testing on them.