Skip to content

mightybeast-projects/bit-sweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💣️ Bit-sweeper 💥

📃 Description

Minesweeper game clone. Written in C (btw) (and I'm very proud of it). Valgrind said no memory leaks.

🔧 Developed using

C Raylib

🖥️ Platforms

Linux Windows

🎮 How to play

Clone this repo, pull github submodules for raylib and unity (no, not Unity, the testing framework), build with CMake and run:

$ git submodule update --recursive
$ cmake -B build -S .
$ cd build && make
$ cd ui && ./bitsweeper-game

About

💣️ Minesweeper game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published