C++Robots
Modified on 2015/01/10 22:30 by 97.80.206.54 — Categorized as: Arena Games, Open Source
C++Robots
is a games played by programs which control simulated battle robots. Programs are written in C/C++ programming language. C++ Robots is released under a modified BSD license.
Table of Contents
[
Hide/Show
]
History
Arena
Code
External Links
Edit
History
C++Robots was written by Richard Rognlie in late 1994.
Edit
Arena
The arena is 10000×10000 units with the origin at the bottom left. 0° is to the right, increasing anti-clockwise.
Edit
Code
The source code for C++Robots is very lightweight at 1,007 source lines of code (SLOC). This is due to the bots code compiles with the standard C/C++ compiler is used to compile the bots. The Combat program uses spawns the other bots as child processes and Pipes communicate with the bot process.
Edit
External Links
C++Robots