View Single Post
Old 04-23-2008, 08:16 AM   #1 (permalink)
Krayze
Bongo Crazy Kong
 
Join Date: Jul 2007
Posts: 237
Krayze is on a distinguished road
Default Text based mmorpg engine?

I can't code a lick but I want to make a text based mmorpg, is there any engines out there that works and can actually go in a browser? I seen a few text engines but they were all downloads and single player -.- I wouldn't mind making the player DL it, but i really want it online..

Edit: I'm going to try to learn CSS, but It's extremely hard for me to grasp.

//My first C++ program -- this is a comment
#include <iostream> // std::cout
#include <ostream> // <<, std::end1

int main()
{

std::cout << "Hello, world!" << std::endl;

}

Is the hello world I was trying to make, but after i compiled it and turned it into a .exe, when I go to open it I just see a black box flash and then nothing comes up. What did I do wrong?

Last edited by Krayze; 04-23-2008 at 06:00 PM.
Krayze is offline   Reply With Quote