Skip to content

ahrnbom/rabloromi

Repository files navigation

Rablorömi for Python

This is a Python implementation of a Hungarian card game called Rablrömi, or rather, my family's variant of it. The game is sometimes known as Robber's Rummy in English.

The idea is to implement it in Python, with a web interface in HTML/JS to allow online play, both in real time and as a correspondance game (although real time, with some kind of VOIP solution like Discord, is probably the most fun).

The web interface uses card designs from this project, which are in the public domain.

Dependencies

  1. Python 3.X

Instructions for hosting a server

To install dependencies, run

./setup.sh

To start the server, run:

./run_server.sh

You can then visit the server using a web browser. It runs on port number 31416.

Instructions for local play (for testing)

python local.py

You will be asked to enter the players' names. Leave the next name empty to begin the game. You can always type help for a list of commands, and view to view the current state of the game.

Local play is only with open hands, so everyone can see everyone's cards. This is not ideal, but local play is intended for testing purposes anyway.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published