https://github.com/robmaister/yetanotherminesweeper
A minesweeper clone I made in about 5 hours as a personal challenge
https://github.com/robmaister/yetanotherminesweeper
Last synced: 8 days ago
JSON representation
A minesweeper clone I made in about 5 hours as a personal challenge
- Host: GitHub
- URL: https://github.com/robmaister/yetanotherminesweeper
- Owner: Robmaister
- License: other
- Created: 2011-12-09T22:26:29.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-11T10:24:43.000Z (over 13 years ago)
- Last Synced: 2025-02-17T20:18:09.043Z (3 months ago)
- Language: C#
- Homepage:
- Size: 770 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This is a simple minesweeper clone I wrote in about 5 hours on a Friday night.
I wrote it because I was starting to feel less motivated while working on
several larger projects. Writing a simple program from concept to completion,
even if the idea isn't original, provides the reward of actually having
completed something. It is said that the reassurance of your ability to finish
a project motivates you to continue working on the larger projects that seem to
have no end. After writing this program, I definitely agree with the statement.
I'm not particularly proud of the actual code, as it was written hastily, but
it was good enough to get the project done in 5 hours, and that's the point.I'm open sourcing this project and releasing it under the zlib license. I hope
it's useful to someone.-Robert Rouhani
[email protected]*****************
* CHANGELOG *
*****************1.0:
Initial release.