deryeger/komi-java — explained in plain English
Analysis updated 2026-07-17 · repo last pushed 2021-02-27
Play a game of Go against a friend on the same computer.
Use as a simple, no-frills board for learning the rules of Go.
Run it as a lightweight alternative to feature-heavy Go software.
| deryeger/komi-java | akarshsatija/beast | alexeygrigorev/codeforces-solutions-java | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | Java | Java | Java |
| Last pushed | 2021-02-27 | 2021-02-17 | 2020-10-03 |
| Maintenance | Dormant | Dormant | Dormant |
| Setup difficulty | moderate | hard | easy |
| Complexity | 2/5 | 4/5 | 1/5 |
| Audience | general | data | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Java development tools to clone and run, no packaged installer is documented.
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.
A simple desktop app built with JavaFX that lets two people play the board game Go on the same computer.
Mainly Java. The stack also includes Java, JavaFX.
Dormant — no commits in 2+ years (last push 2021-02-27).
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.