Skip to content
/ Rummi Public

This is a python implementation of the game Rummikub, allowing to let you play Rummikub vs a sophisticated computer player.

License

Notifications You must be signed in to change notification settings

MriLevi/Rummi

Repository files navigation

Welcome to Rummi!

I programmed this as a proof-of-concept for a rummikub solver. To use, download this program and simply run rummi.py.

Prerequisites:

termcolor, numpy

This program basically executes a search tree on all available tiles and then calculates what the best scoring solution would be, keeping into account which tiles were already on the board.

Right now, it will probably work well during the first few turns, but after too many tiles are in play, it slows down considerably. There is still some optimization I have to do, but I believe it is very possible to make this algorithm work in near real time.

Have fun!

About

This is a python implementation of the game Rummikub, allowing to let you play Rummikub vs a sophisticated computer player.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages