Files
3DChess/README.md
Simon Pribylski e9a9916d9d
All checks were successful
Linux arm64 / Build (push) Successful in 47s
add README
2025-05-19 09:01:44 +00:00

30 lines
506 B
Markdown

# 3DChess ♟
Super chess engine. Outputs to console, Java Swing and 3D (Lwjgl) !
## Features 🌟
- Views:
- Console
- Java Swing
- OpengGL (3D)
- Audio
- Pgn support (import/export)
- Undo moves support
- AIs:
- DumbAI: just makes some random moves
- HungryAI: tries to eat the biggest piece (no depth, no thinking)
- AlphaBetaAI: plays the best move by searching through all possible moves
## Run 🏃
```
./gradlew run
```
## Run tests 🗣️🔥
```
./gradlew test
```