Skip to content

A GUI version of Points Rummy using pygame where you play against an intelligent computer opponent

License

Notifications You must be signed in to change notification settings

samikshamodi/PointsRummy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Points Rummy

This is a game called Points Rummy. An indian variation of the popular game Rummy which I made in my first semester at IIITD for my course Intro to Programming.

The rules of the game are described in the readme.md present inside the folder Points Rummy.

Usage

  • It is written in Python3.6.9 and implemented using pygame.
  • Download this repository.
  • Open terminal and navigate to the directory Points Rummy.
  • Run PointsRummy.py using the following command
python3 PointsRummy.py

Logic

The 13 cards for both the user and the computer are randomly distributed.

Logic for Computer

1 2

Screenshots

Screenshot (337) Screenshot (338) Screenshot (339) Screenshot (340) Screenshot (341) Screenshot (342)

About

A GUI version of Points Rummy using pygame where you play against an intelligent computer opponent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages