Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.
/ euchre Public archive

COMP4106 Term Project - A super reduced version of the game Euchre

License

Notifications You must be signed in to change notification settings

nicholaschiasson/euchre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

euchre

COMP4106A Project

Setup Requirements

  • Python 3.5 or higher

Operation Instructions

  • Unzip repository

  • Run from command line:

    $ cd euchre
    $ python3 src/main.py
    
  • Running with no command line arguments begins with 4 computer players

    • To play the game yourself with 3 computer players, must pass "true" as a command line argument

      $ python3 src/main.py true
      
  • The main.py script includes a shebang, so if you feel like it...

    $ chmod ugo+x src/main.py
    $ ./src/main.py
    

About

COMP4106 Term Project - A super reduced version of the game Euchre

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages