Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldencutler/minesweeper

I randomly decided to recreate MineSweeper for fun. I didn't follow any tutorials, I'm just pretty experienced with the game and used that experience to recreate the logic. The game was created using Python and Pygame because I'm comfortable with those tools, but I'd like to expand to other languages and platforms as well.
https://github.com/aldencutler/minesweeper

Last synced: about 2 months ago
JSON representation

I randomly decided to recreate MineSweeper for fun. I didn't follow any tutorials, I'm just pretty experienced with the game and used that experience to recreate the logic. The game was created using Python and Pygame because I'm comfortable with those tools, but I'd like to expand to other languages and platforms as well.

Awesome Lists containing this project

README

        

# 🚩 Minesweeper 🚩

This is my attempt at re-creating minesweeper. I've been a fan of the game for a while so I used my knowledge of how Minesweeper works to create this Python program using pygame. All graphics were found online. I would recommend using a Python version no older than 3.11.3 since that is what I used to write this.

## To Run

1. Download this repository to your local machine.
2. Run the ```main.py``` program in the downloaded folder.

## Issues or Bugs

If you run into any bugs in my code please let me know so I can fix it. I'm open to any suggestions as well :)