Skip to content

OSU-Coursework/simplified-othello-base-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS331 - Introduction to Artificial Intelligence

Programming Assignment 2 - Simplified Othello


Original C++ code - authored by wong (April 2015)

Python adaptation - authored by Erich Kramer (April 2017)

Updated by Casey Nord (April 2020):

  • Base code conforms to PEP 8
  • Explanatory comments have been ported over from C++ base code
  • Comments now use docstrings and have been expanded
  • Redundant methods have been removed
  • Code has been updated to be more Pythonic
  • Rows and columns are now used consistently
  • Invalid player input no longer terminates program

About

CS331 Programming Assignment 2: Simplified Othello

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages