gitmyhub

komi-java

Java ★ 1 updated 5y ago ▣ archived

A simplified version of Go build with JavaFX.

A simple desktop app built with JavaFX that lets two people play the board game Go on the same computer.

JavaJavaFXsetup: moderatecomplexity 2/5

This is a desktop app that lets you play Go—the ancient strategy board game—on your computer. It's built using JavaFX, which is a framework for creating graphical interfaces in Java, so it can run on Windows, Mac, or Linux.

Go is a turn-based game played on a grid where two players place stones to control territory. This project strips away unnecessary complexity and gives you a clean, straightforward way to play. Rather than recreating every feature of professional Go software, it focuses on the core gameplay experience—placing stones, capturing opponent pieces, and playing complete games.

You'd use this if you want to play Go against another person on the same computer, or if you're learning the game and want a no-frills digital board. It's simpler than heavy-duty Go software like Goban or online platforms, but it gets the job done. Think of it as the difference between a basic digital board game and a full feature-rich suite.

The project is fairly new (only one star at the moment) and the README doesn't go into extensive detail about features or how to install it, so this appears to be an early or personal project. If you're interested in trying it out, you'd likely need to clone it from GitHub and run it using Java development tools.

Where it fits