Skip to content

kiksworks/ai-server-cafe-pub

Repository files navigation

ai-server-cafe-public

Description

  1. ai-server for Java
  2. add GUI framework
  3. remake GAME framework
  4. make more memory safe
  5. make the overall structure clearer
  6. easy debug
  7. easy to learn
  8. use more common library

Dependencies

  1. JDK-21

Installation

You can choose from three

IntelliJ IDEA

  1. Install IntelliJ IDEA (Free for "Community")
  2. Clone repository
  3. Change directory to repository folder cloned
  4. Run
    $ ./gradlew idea (linux & mac)
    $ gradlew idea (windows)
  5. Launch IntelliJ IDEA
  6. Open the cloned repository folder of ai-server-cafe on IntelliJ IDEA
  7. Wait for minutes until auto-setup ends by IntelliJ IDEA

Eclipse

  1. Install Eclipse (Ubuntu 24.04ではEclipseはクラッシュする(2024/7/5現在))
  2. Clone repository
  3. Change directory to repository folder cloned
  4. Run
    $ ./gradlew eclipse & ./gradlew build (linux & mac)
    $ gradlew eclipse & gradlew build (windows)
  5. Launch eclipse
  6. File/Import...
  7. Select Gradle/Existing Gradle Project
  8. Set the cloned repository folder of ai-server-cafe as the Project root directory
  9. Select "Next" until setup ends

VS Code

  1. Nothing to tell

About License

This repository includes native files for jinput. They licensed under BSD License.

About

Robot Control Server for RoboCup SSL System

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors