Skip to content

HarrisonKramer/push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUSH Card Game Simulator

Introduction

This package provides a simple simulation environment for the card game PUSH.

Example

from push.game import Player, Game

number_of_players = 5
players = [Player() for __ in range(number_of_players)]
game = Game(players)
winner = game.play()

About

Simulation environment for PUSH card game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages