Monday, January 24, 2011
1st Leg of Robocode Competition
Hey there.. today was our much awaited first leg of robocode competition of our class. Hmm.. it's just to showcase.. not showoff! (LOL) our somewhat "pinaghirapang i-code" haha.. That was really funny since we knew that it was hard to create your very own robocode, like do it from scratch without imitating or editing some codes.. may it be predefined or widely given by other people.
So let's get with the whole event. We started at around 12:30 pm at our laboratory class. We have to pass all our robot's jar file to our classmate Ms. Carols (haha)...
Sunday, January 16, 2011
RoboBot color updated
First and foremost I would want to change my robots color. So here's the code:
setColors(Color robotColor, Color gunColor, Color radarColor); //robot's body, gun, and radar
//sample code
and here are the available colors for our robocode's robots:
black, blue, cyan, darkGray, gray, green, lightGray, orange, pink, red, white and yellow
setColors(Color.red,Color.blue,Color.green);
But then I would want every aspect of my roboBot's...
Starting with Robocode
Another project in here.. Robocode...
Have you heard about it?? The famous line "Build the best - destroy the rest!"... It's actually coding or developing a tank or a robot tank I guess that you will send into the battle field with other robot tanks, probably a sample robot or your friends own robots too.. It's programming language is Java and I think there's another one but I'm not so familiar with it.. If you wanna check more about it just visit its site.. http://robocode.sourceforge.net/
Hmm.. this is our Individual project from our...