Hi there! I'm currently developping a very simple text based MMO-RTS and I'm looking for someone who would be interested in participating in its development, to discuss ideas and cooperate in making it awesome.
To be clear, the game is simple in its interface, but for the rest, the sky is the limit!
Hey man, I'm interested too I had been working on my own text game RPG as well. Just would like to know if you will be using any libraries outside of the normal C++ standard and what kind of interface you will be using, will it be done through windows Console?
I'm using the libws2_32.a (winsock2.lib) file for networking using winsock... but I've done the client/server part already, that's what the game is based on. The server waits for requests from clients to send info or update the database about what's going on... I'll try to comment the source code and I'll send it to you.
The rest are menus in the console yes. That's where I'm at... :-)