Hysen Labs
Open-source project
tonikelope/coronapoker avatar
tonikelope

coronapoker

In many ways, the poker game we always deserved.

22 stars2 forksJavaGPL-3.0
DEEP OPEN-SOURCE ANALYSIS

coronapoker: In many ways, the poker game we always deserved.

In many ways, the poker game we always deserved.

What the project is

coronapoker is a Java project hosted on GitHub. In many ways, the poker game we always deserved. Once upon a time, before ChatGPT, some humans coded for pleasure... The repository is maintained by tonikelope and tracks activity through its public issue tracker and commit history. Readers who want a working example rather than a bare library will find the documentation and the linked resources useful for getting a first build running.

What it offers

The coronapoker repository documents several concrete capabilities that shape how people use it. Automatic UPnP port mapping : when you host a game, CoronaPoker tries to open the listening port on your router and cleans it up when the table closes. Manual port forwarding works as a fallback. Adjustable listening port : defaults to 7234, configurable per game. Optional password protection for the table itself, on top of channel encryption. Late-joiner observer mode : a player invited mid-recovery watches the in-progress hand as a passive spectator (no cards dealt, no actions requested) and joins normally on the next hand. Recent-server list : persisted history of past tables. Browse it with the up and down arrow keys in the Join dialog to reconnect to anyone you've played with before. These points are taken from the project README, so they reflect what the maintainers actually ship rather than marketing claims. Checking the file list and the example directories gives a fuller picture of how each piece fits together.

How to set it up

The coronapoker repository points users to https://github.com/tonikelope/coronapoker for the source and the setup notes. Although the README does not embed a single copy paste command block, it describes the prerequisites and the workflow needed to use the project. Reading the installation section and the example files is the reliable path to a working environment. The maintainers keep the documentation in the repository so it stays in step with the code.

License and project status

coronapoker is written primarily in Java and is released under the GPL-3.0 license, which sets the terms for reuse and redistribution. The project reports around 22 stars on GitHub, a signal of how many developers have bookmarked it. The source was last updated on 2026-08-21. The canonical location is https://github.com/tonikelope/coronapoker, where the license file, the changelog and the open issues give the most current state of the work. Anyone planning to depend on it should read the license text directly before shipping it inside another product.

Editorial conclusion

The coronapoker source lives at https://github.com/tonikelope/coronapoker under the GPL-3.0 license and is mainly written in Java. The README and the linked examples remain the place to confirm the current behaviour before adopting the project.

DEEP OPEN-SOURCE ANALYSIS

Official sources

Community notes

Community notes