Simple RTS

by DivineTraveller
A real time strategy demo [More]
To download this demo for your Linux/Mac installation, enter this on your command line:

DreamDownload byond://DivineTraveller.SimpleRTS##version=1

Emulator users, in the BYOND pager go to File | Open Location and enter this URL:

byond://DivineTraveller.SimpleRTS##version=1

389 downloads
Version New
Date added: Mar 26 2008
Last updated: Mar 27 2008
2 fans
There's not really not a whole lot to explain here. Everything is explained in foreward.dm
Unless there are any critical bugs, of course, post those on the forum.

Comments

Majin Furble: (Jul 29 2011, 11:45 am)
Simple, neat, and for anyone not in the loop on RTS projects it could serve as very educational.
DivineTraveller: (Sep 14 2009, 3:06 pm)
Ssj4justdale wrote:
XD instead of 'monsterlist=list("goblins","ninjas","guys")' you could do 'monsterlist=list(1="goblins",2="ninjas",3="guys")' so when you do the monsterlist[wave] and if the wave is 1, it will initiate goblins

It was meant to be a demo, not a full-blown game.
Ssj4justdale: (Sep 12 2009, 9:05 pm)
XD instead of 'monsterlist=list("goblins","ninjas","guys")' you could do 'monsterlist=list(1="goblins",2="ninjas",3="guys")' so when you do the monsterlist[wave] and if the wave is 1, it will initiate goblins