|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
See:
Description
Welcome to the InfiniteWisdom RTS maker!
The infinitewisdom package contains a reusable library. (i.e. you don't have to modify sources to use it, just use inheritance.) The gamedom1 package contains an example game built with the aforementioned library. The best way to start out is to study the gamedom1 package, copy the contents, rename the top level package, modify the sources to your liking.
At the moment there's no networking support, but there's a map editor, and you can load and save games, and it has a very simplistic computer opponent.
The gamerules are in classes that implementServerUnitIF
interface, most
importantly ServerUnitIFAdapter
.UnitView
. ViewConfigDom1
.
The see an exmaple for writing a very simplistic computer opponent see CPUPlayerAgent2Dom1
.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |