Fire Emblem-esque Game/Project[code] int main() { resetGMap(); int inMainA, inMainB; bool gameOn = 1; while(gameOn...
Fire Emblem-esque Game/Project[code] string tileInfo(int T) { string tile; switch (T) { case 0: ti...
Fire Emblem-esque Game/Project[code]#include <cstdlib> #include <conio.h> #include <iostream> #include <string> #define WIDTH 45 ...
Fire Emblem-esque Game/ProjectHello there. I have a project I'm working on that resembles the game called "Fire Emblem." In ...
Assigning Specific Digit to a Value Or Use a String Method?Thanks for your help. I will look into this.
This user does not accept Private Messages