index
:
minesweeper.git
main
master
A implementation of Minesweeper game in C++
dawidg81 <dawidgorski.m@gmail.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main.cpp
Age
Commit message (
Expand
)
Author
2026-02-09
Added board numbering, added unflagging, fixed message display
v1.1.0
dawidg81
2026-02-09
Fixes game winment
v1.0.0
dawidg81
2026-02-09
Made tiles revealing recursive
v0.4.0
dawidg81
2026-02-09
Small readability conventions
dawidg81
2026-02-09
Include <ctime> for symbol std::time
dawidg81
2026-02-03
removed flag feature; now starting from v0.2.0
dawidg81
2026-02-03
Fixed game logic
dawidg81
2026-02-03
Fixes
dawidg81
2026-02-03
Fixing game
dawidg81
2026-02-02
Added game input and board clear
dawidg81
2026-02-01
Starting handling game loop
dawidg81
2026-01-28
several fixes and successfull build
dawidg81
2026-01-26
removed unnecesary function calls; debugging
dawidg81
2026-01-26
dir rename
dawidg81
2026-01-26
changed Game header name
dawidg81
2026-01-25
reverted difficulty editing feature
dawidg81
2026-01-25
fixed inGame declaration
dawidg81
2026-01-24
Moved game source files to game classification
dawidg81
2026-01-24
moved inGame declaration to header file
dawidg81
2026-01-24
game functions moved into game.cpp and game.hpp
dawidg81
2026-01-17
Added main.cpp
dawidg81