Download presentation
Presentation is loading. Please wait.
Published byMorgan Morton Modified over 8 years ago
1
(1) Introduction to Robocode Philip Johnson Collaborative Software Development Laboratory Information and Computer Sciences University of Hawaii Honolulu HI 96822
2
(2) Goals for this Robocode module Gain experience using Eclipse. Gain experience writing code to integrate with a third party library (robocode.jar). Gain experience with Java programming. Have fun programming, and have fun working with others.
3
(3) What is Robocode? Robocode is a game engine. You develop a Java class (or set of classes) that implement a Robot by extending a built-in class. Each robot can: Move Use its radar to scan for other robots. Fire its gun. You gain points for staying alive and for hitting other robots. You can compete against sample robots or against classmates.
4
(4) Things you need to do Download and install the Robocode package. Run a match with sample robots. Learn how to use Eclipse to develop and run your own robot. Learn the basics of robot movement, targeting, and firing. Learn how to get your robot to win!
5
(5) Demo time Tour de Documentation Invoking Robocode from the command line Creating a Robocode Eclipse project External jar file Javadoc integration Setting the project home directory Telling Robocode about your bin/ directory
6
(6)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.