Darwinbots Forum
Code center => Darwinbots Program Source Code => Topic started by: Numsgil on October 27, 2005, 09:37:11 PM
-
Using SVN takes a bit to figure out. If you want to upload that is.
For those too lazy that just want to look at source, the web provider I'm using provides "trac", which is sort of a wiki/GUI/etc.
The Darwinbots C++ Source Trac (https://opensvn.csie.org/traccgi/Darwinbots/trac.cgi/).
If you go to view source, and click on a source file, you can see what Darwinbots code looks like at the moment. With syntax coloring and everything!
Neat, huh?
Right now you can run Darwinbots as a console application and have it iterate a number of cycles. You'll have to modify the routine that tries to find lastexit.set if your Darwinbots isn't in C:\DarwinbotsII\
How much is done? Well, the entire Robots module is done, as is senses module, and a number of library type functions like vector math and random numbers, etc.
Definately check it out.
-
ill start looking as soon as they will begin work on the graphics engine... good luck.
-
Graphics aren't too hard, OpenGL using glut is really easy.
-
is there a way to down the hole code with one click? (or at least not by opening an saving each file seperatly)
-
Yep, if you use the RapidSVN link I gave above (edit: or rather, in the announcements :redface:), you can "checkout" the code. (You can do this other ways too, but I think that's the easiest.)
That will download the entire repository as it now stands to a folder you select.