Skip to content
#

two-player-game

Here are 13 public repositories matching this topic...

Complete Python implementation of the Go board game with ADTs and functional programming. Features 9×9/13×13/19×19 boards, full rule enforcement (Ko, suicide), territory calculation, and scoring system. Academic project for IST's Fundamentals of Programming course.

  • Updated Nov 6, 2025
  • Python

A Python Tic Tac Toe game played by two-players on a 3x3 grid that has the goal of getting three marks ('X' or 'O') in a row (horizontally, vertically, or diagonally) or ending the game in a draw.

  • Updated Apr 4, 2024
  • Python

Improve this page

Add a description, image, and links to the two-player-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the two-player-game topic, visit your repo's landing page and select "manage topics."

Learn more