Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 668 Bytes

File metadata and controls

11 lines (10 loc) · 668 Bytes

Python-Projects

connect4.py A connect4 game using only functional programming. Connect4 is game where players take turns to put in checkers on a grid strictly from the bottom row. The first person to put 4 of their alloted checkers horizontally, vertically, negative diagonally or positive diagonally in a continuous stack wins the game.

obstruction.py An obstruction game using only functional programming. Obstruction is children game where players take turns to put in checkers on a grid and cross out region about their their placement. The last person to place a checker and cross out the regions such that there is no empty space on the grid anymore wins.