This project implements Conway’s Game of Life (GOL) using Verilog for simulation logic and Python for GUI interaction and visualization. The game logic, including toroidal boundary handling, is ...
This is a Chess game built using python with pygame module for GUI. It has 2 playing mode either you can play against another human player or against AI. The AI was implemented using Minimax algorithm ...