Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 383 Bytes

Go

The game Go as a python text based game

This was the 2nd Project for my Fundamentals of Programming class. This project was mainly to test the use of Abstract Data Types. The .pdf file were the instructions given to us by our teacher.

Credits: test_private.py, test_public.py and ADT_Code were provided by my teacher so he could test our code. test_public_extra.py by @mc8mac