/minesweeper

Minesweeper from scratch in Python using minimal libraries

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Minesweeper, written from scratch in Python. This classic logic puzzle game was developed by a small team of four students at Texas A&M University as a proof of concept. Rebuilding the well-known game of Minesweeper from the ground-up using Python and SDL was a learning experience and allowed the students to express their creativity with the Python language.

For a better visual experience, go here: PySweep Website [Source Code]