PDA

Pogledaj cijelu verziju : Robocode



Stryder
10-02-2008, 02:38
Build the best - destroy the rest!


Robocode is an Open Source educational game started by Mathew Nelson (originally R was provided by IBM).


Competitors write software that controls a miniature tank that fights other identically-built (but differently programmed) tanks in a playing field. Robots move, shoot at each other, scan for each other, and hit the walls (or other robots) if they aren't careful. Though the idea of this "game" may seem simple, the actual strategy needed to win is not. Good robots can have thousands of lines in their code dedicated to strategy. Some of the more successful robots use techniques such as statistical analysis and attempts at neural networks in their designs.


Znači ovo je OpenSource edukativna igra u kojoj je cilj napraviti što boljeg malog tenka koji če se boriti protiv drugih...Dobro je za početnike u programiranju koji žele naučiti programirati u Javi ali i za experte koji žele pokazati znanje, i pritome se dobro zabaviti.Može te napraviti sasvim jednostavnog bota od par linija koda ali također možete napraviti neku mrcinu koja če rušiti sve pred sobom
n :D

malo linkova
http://robocode.sourceforge.net/

http://en.wikipedia.org/wiki/Robocode

Burek_fr0m_SPACE
10-02-2008, 13:29
Zainteresovao si me s ovim... pogotovo zato što sam i ja imao ideju da napravim ovakvo nešto. Uskoro se bacam na detaljno proučavanje...