Posts

Showing posts with the label orts

ORTS - A Free Software RTS Game Engine

Image
OTRS Well, look what we have here. Joining the likes of Boson , Glest , and TA:Spring / TA3D is another Free 3D RTS game: ORTS . The interesting thing about ORTS is the motivation - the AI. ORTS is a programming environment for studying real-time AI problems such as pathfinding, dealing with imperfect information, scheduling, and planning in the domain of RTS games. <snip> ...the current state of RTS game AI is bleak which is mainly caused by the lack of planning and learning - areas in which humans are currently much better than machines. <snip> ... the ORTS project [is] a free software system that lets people and machines play fair RTS games. <snip> Users can connect whatever client software they like. This is made possible by a server/client architecture in which only the currently visible parts of the game state are sent to the players. This openness leads to new and interesting possibilities ranging from on-line tournaments of autonomous AI players to gauge the...