Skip to content

emmaeng680/Python-Projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages