Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codeonaraft/bombfinder
Minesweeper clone made with C# and raylib
https://github.com/codeonaraft/bombfinder
csharp game gamedev raylib raylib-cslo
Last synced: about 2 months ago
JSON representation
Minesweeper clone made with C# and raylib
- Host: GitHub
- URL: https://github.com/codeonaraft/bombfinder
- Owner: CodeOnARaft
- License: mit
- Created: 2022-10-04T11:24:00.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T00:53:02.000Z (over 2 years ago)
- Last Synced: 2024-11-30T22:51:42.599Z (about 2 months ago)
- Topics: csharp, game, gamedev, raylib, raylib-cslo
- Language: C#
- Homepage:
- Size: 12.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bomb Finder
## Overview
Bomb Finder is a Minesweeper clone made with C# and raylib.![](images/screenshot1.png)
![](images/screenshot2.png)
![](images/screenshot3.png)
## Commands to Run
* git clone https://github.com/CodeOnARaft/BombFinder.git
* cd bombfinder
* dotnet run## Credits
### Game Library
[raylib](https://www.raylib.com/)
\
\
**All music and sound effects courtesy of [OpenGameArt.org](http://www.opengameart.org)**### Sound effects
https://opengameart.org/content/gui-sound-effects### Music
https://opengameart.org/content/loading-screen-loop (Title Screen)\
https://opengameart.org/content/deep-space (Game Screen)\
https://opengameart.org/content/party-sector (Credits Screen)