Skip to content

Python OOP PyGame Implementation of Pitch

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt
Notifications You must be signed in to change notification settings

rhartman93/Pitch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pitch

OOP Python Implementation of Pitch

Future Goals:

  • Smarter AI
  • Ability for Team Play
  • Split Code Base to Server / Client for Online Multiplayer

Rules:

  • Bid to win
  • Must Bid at least 2
  • Dealer can steal bid
  • Win By 2
  • First Play Sets Trump
  • Must Match Set or Play Trump if you can
  • Play to either 11 or 21
  • Free For All

First Release (In Progress):

  • State Manager: Based on code from: Here
  • Main Menu: Based on code from: Here
  • PreGame Menu: Ability to play with 1-3 Basic AI Players, Free For All, And Choose Either 11 or 21 point games
  • Basic AI Players: Follow rules, but randomly play legal card, Basic Bidding Logic
  • Display Players Hand and Active Cards: Card Images From: Here
  • Calculate Game Score
  • Bidding
  • Victory Screen
  • EndGameMenu: Replay or Exit

About

Python OOP PyGame Implementation of Pitch

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
GPL-3.0
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages