[JAVA] Introduction to Robot Battle with Robocode (Beginner Development)

Introduction to Robot Battle with Robocode (Environment Construction) as a robot development tool [kiy0taka / robocode-start](https://github.com/kiy0taka/ robocode-start) was introduced.

This time, I will explain the flow for developing a robot using the function of robocode-start.

Premise

Create a robot

The sample code is included in robocode-start, so copy it.

COPY-> PASTE src / main / java / org / kiy0taka / robots / MyFirstRobot.java under ** robocode-start **.

2017-03-29_12h49_52.png

2017-03-29_12h53_40.png

Set the information of the new class to be created after copying. Enter the following information as appropriate.

2017-03-29_12h56_57.png

New source code will be added.

2017-03-29_13h54_48.png

Robot execution

@TODO

Recommended Posts

Introduction to Robot Battle with Robocode (Beginner Development)
Introduction to Android application development
Introduction to algorithms with java-Shakutori method
Introduction to Slay the Spire Mod Development (1) Introduction
Introduction to Ruby basic grammar with yakiniku
Introduction to algorithms with java --Search (depth-first search)
Introduction to Docker / Kubernetes Practical Container Development
Introduction to Java development environment & Spring Boot application created with VS Code
Introduction to algorithms with java --Search (breadth-first search)
Introduction to algorithms with java --Search (bit full search)
Introduction to algorithms with java-Search (Full search, Binary search)
[Introduction to Spring Boot] Authentication function with Spring Security
Introduction to Ruby 2
Introduction to SWING
Introduction to web3j
Introduction to Micronaut 1 ~ Introduction ~
[Java] Introduction to Java
Introduction to migration
Introduction to java
Introduction to Doma
Introduction to Slay the Spire Mod Development (2) Development Environment Construction
[Introduction to Docker x ECS] ECS deployment with docker compose up
Get started with "Introduction to Practical Rust Programming" (Day 3)
[Beginner] How to use devise Change settings from introduction
Introduction to RSpec 4. Create test data with Factory Bot
I want to get along with Map [Java beginner]
[Introduction to Android application development] Let's make a counter