Skip to content

l-t-m-f/Bitsweeper_SDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitsweeper / Minesweeper game

A simple Minesweeper game made with SDL 2.8 over a few day. Its left in a partial, but playable state. You need SDL on your computer, for the CMakeLists to build properly.

I used bitwise operations to store the tile information into uint8's for the sake of exercise.

The art is mine. The font used is 8_BIT_WONDER.

Todo

  • Simplify project structure
  • Add win state

About

Minesweeper in C using some bitwise stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published