Menu

Tree [f50b6c] master /
 History

HTTPS access


File Date Author Commit
 bin 2018-02-03 fstltna fstltna [1d0dd2] Update file permissions
 docs 2018-02-03 fstltna fstltna [7c65da] Moved manual and added user guide
 src 2018-02-03 fstltna fstltna [2ec70a] Added compiled crobots executable for easy use
 LICENSE 2013-10-24 Tom Poindexter Tom Poindexter [4b54c7] Initial commit
 PerlPortion.md 2018-02-03 fstltna fstltna [7bb620] Moved PerlPortion.txt to markdown & PDF
 PerlPortion.pdf 2018-02-03 fstltna fstltna [7bb620] Moved PerlPortion.txt to markdown & PDF
 README.md 2018-02-03 fstltna fstltna [73940d] Updated README files
 README.pdf 2018-02-03 fstltna fstltna [73940d] Updated README files
 crobots-test1 2017-12-26 fstltna fstltna [365858] Added some sample data files for testing
 crobots-test2 2017-12-26 fstltna fstltna [365858] Added some sample data files for testing
 crobots.pl 2018-05-31 fstltna fstltna [f50b6c] Added quit menu option and fixed script mode
 crobotsprocess.pl 2018-05-31 fstltna fstltna [f50b6c] Added quit menu option and fixed script mode
 scfg_info.md 2018-02-03 fstltna fstltna [a66d5e] Converted scfg_info.txt to markdown & PDF
 scfg_info.pdf 2018-02-03 fstltna fstltna [a66d5e] Converted scfg_info.txt to markdown & PDF
 sorttable.js 2017-12-28 fstltna fstltna [9d3980] Now creates a html page as well as the text ver...

Read Me

CROBOTS - door version 1.1

This is a fork of CROBOTS that is targeted as a door for Linux BBS's. Yes they still exist. If you have issues or need help go to The Synchronet BBS CROBOTS Forum and post it there.

Visit the CROBOTS web pages at http://tpoindex.github.io/crobots/


This is the source code of the original CROBOTS game that I wrote in 1985, now released under GPLv2.

I probably will not be updating CROBOTS, so feel free to fork the code.

Original Readme

CROBOTS ("see-robots") is a game based on computer programming. Unlike arcade type games which require human inputs controlling some object, all strategy in CROBOTS must be complete before the actual game begins. Game strategy is condensed into a C language program that you design and write. Your program controls a robot whose mission is to seek out, track, and destroy other robots, each running different programs. Each robot is equally equipped, and up to four robots may compete at once. CROBOTS is best played among several people, each refining their own robot program, then matching program against program.

CROBOTS consists of a C compiler, a virtual computer, and battlefield display (text graphics only, monochrome or color). The CROBOTS compiler accepts a limited (but useful) subset of the C language. The C robot programs are aided by hardware functions to scan for opponents, start and stop drive mechanisms, fire cannons, etc. After the programs are compiled and loaded into separate robots, the battle is observed. Robots moving, missiles flying and exploding, and certain status information are displayed on the screen, in real-time.

CROBOTS is distributed under terms of the GNU General Public License, version 2.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.