Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 628 Bytes

File metadata and controls

16 lines (13 loc) · 628 Bytes

Reversi-Python

Reversi game in python (ACA Semester project, IIT Kanpur,India)

About

A semester project offers an opportunity to learn something new and improve our skills
The Project :

Create a Reversi game using Python

Reversi : A two player game involving capture of pieces.

Project Milestones

  • Create a simple two player game using pygame
  • Create a AI for single player game
  • If time permits, two player network game using sockets.
  • See the link above