Hey guys,
I have 2 problems. I'm making a game and i want to create an admin panel for myself. So i want to perform actions in another program from my program.
Example:
I got a Tic Tac Toe Game (This is not the case). And what i want to do is create another program where i can write commands like: Change Square 1 into X and Square 2 into O. But whats important that i change it from inside my admin program.
Can i call the program with system to do this. Or do you know a better idea?
Another problem, this is not very important but its fun. If i can connect pc's with wifi. So i can play the game online in multiplayer.
Thanks in advance
bye
I have 2 problems. I'm making a game and i want to create an admin panel for myself. So i want to perform actions in another program from my program.
Example:
I got a Tic Tac Toe Game (This is not the case). And what i want to do is create another program where i can write commands like: Change Square 1 into X and Square 2 into O. But whats important that i change it from inside my admin program.
Can i call the program with system to do this. Or do you know a better idea?
Another problem, this is not very important but its fun. If i can connect pc's with wifi. So i can play the game online in multiplayer.
Thanks in advance
bye
Comment