Skip to content

kevinwoodward/codetournament

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codetournament

Code to run student's connect 4 agents against eachother in a seeded single elimination bracket.

Written with python 3.7.3.

Files

  • runner.py contains logic to get and put agent and seed data. Also contains connect 4 game logic.
  • bracket.py contains two class implementations implementing a seeded bracket.
  • canvasapi.py contains helper functions for retrieving student submissions to Canvas.

Requirements

  • apikey (file): Contains Canvas API key.
  • aws_secret_access_key (file)
  • aws_access_key_id (file)

Usage

python -B runner.py <coursenumber> [--time --delsubs -- getnone]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages