- ai-server for Java
- add GUI framework
- remake GAME framework
- make more memory safe
- make the overall structure clearer
- easy debug
- easy to learn
- use more common library
- JDK-21
You can choose from three
- Install IntelliJ IDEA (Free for "Community")
- Clone repository
- Change directory to repository folder cloned
- Run
$ ./gradlew idea(linux & mac)
$ gradlew idea(windows) - Launch IntelliJ IDEA
- Open the cloned repository folder of ai-server-cafe on IntelliJ IDEA
- Wait for minutes until auto-setup ends by IntelliJ IDEA
- Install Eclipse (Ubuntu 24.04ではEclipseはクラッシュする(2024/7/5現在))
- Clone repository
- Change directory to repository folder cloned
- Run
$ ./gradlew eclipse & ./gradlew build(linux & mac)
$ gradlew eclipse & gradlew build(windows) - Launch eclipse
- File/Import...
- Select Gradle/Existing Gradle Project
- Set the cloned repository folder of ai-server-cafe as the Project root directory
- Select "Next" until setup ends
- Nothing to tell
This repository includes native files for jinput. They licensed under BSD License.