Persson-dev cd1a375ed9
All checks were successful
Linux arm64 / Build (push) Successful in 49s
update README
2025-05-26 21:50:51 +02:00
2025-05-04 10:29:29 +02:00
2025-05-26 21:42:52 +02:00
2025-03-18 15:40:33 +01:00
2025-05-26 21:50:45 +02:00
2025-04-26 12:00:48 +02:00
2025-05-16 10:41:33 +02:00
2025-03-18 15:40:33 +01:00
2025-03-18 15:40:33 +01:00
2025-05-26 21:50:51 +02:00
2025-03-18 15:40:33 +01:00

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

Screenshots 🖼

screenshots/select_view.png

screenshots/2d_view.png

screenshots/3d_view.png

Binaries 📦

Precompiled binaries can be found here

Run 🏃

./gradlew run

Run tests 🗣️🔥

./gradlew test
Description
Checkmate
Readme 21 MiB
2025-05-26 19:43:57 +00:00
Languages
Java 100%