DEV Community

Tim Power
Tim Power

Posted on

Python Terminal Checkers Game

This python terminal game is a "Portfolio Project" for CS 101 as part of the Computer Science Career Track on Codecademy.com.
I decided to go big on this one. I created a class and made it highly interective (it's a two-player game requiring input from two different users).

Image description

The game takes input from and provides guidance to the users. As pieces are moved and removed, the board is updated and reprinted. The game continues until someone has no pieces left.

The code itself can be found here: https://github.com/tjdpower/Python-Terminal-Game
(*Note: This is my first ever blog post so if the link is wrong or doesn't work please let me know so that I can fix it. Thanks!)

In the end, I may have bitten off more than I can chew because I can't figure out how to thoroughly and completely test this game. I absolutely welcome any feedback or suggestions on how I can improve this, or test it.

Cheers!

Tim

Top comments (0)