Subj : Multiuser chat room
To : All
From : Ice
Date : Thu Jun 09 2011 04:15 pm
so i want to make a multiplayer "mud" game, and was gonna use tele-arena as my
model, since i rewrote it form worldgroup in C i figured i would make a
synchronet port, that gave me 2 options, C or JS, and since i never played
with JS before i took on a learning project :)
anyhow, to better aid myself i broke the project into steps, first playing
with the ini databasing which i think i pretty much got the hang of, and now
im working on parsing my input routines.
here's what i got thus far:
while(1)
{
var cmd = console.getstr().toLowerCase();