Console Rummy game


Keywords
cards, cs50x, game, oop, player, python-rummy, python3, rummy, score
License
MIT
Install
pip install rummy==2.1.5

Documentation

License: MIT Build Status codecov Run on Repl.it

Command Line Rummy in Python 3

This is a one to four player command line version of the card game Rummy.

Play against friends or AI

Installation

pip install rummy

Demo

Python Rummy Demo

Usage

Run rummy in terminal

Select number of players then the number of AI opponents

Rules

Players must make melds of three or more cards eg A 2 3 or 4 4 4

Unmelded cards score points as follows: A = 1, J = 11, Q = 12, K = 13, number cards = face value

Players may knock once their hand is worth less than 10 points

Each other player then has one last turn before the round ends

At the end of each round players add their scores to their game total

The game ends once a player reaches 100 or more

The winner is the player with the lowest score

This project was created for EDx CS50 Final Project 2016

Final CS50 project video:

Python 3 Rummy AI battle