Just a Minesweeper Project i randomly created for fun Settings at the start: Tiles Per Bomb: Discribes itself field.lenght: How long the game field is field.hight How high the game filed is Dynamic updates: Will only Re-render the game field, if your the Field updates show informations Will show debug informations How does minesweeper work The numbers show how many Bombs there touching Numbers touch like this (O Represents the number) ______ IXIXIXI I--------I IXIOIXI I--------I IXIXIXI ______ Click fields with RMB Place flaggs on fields you think bombs are with SPACE
Known bugs: Sometimes the Flagg animations flash when did, idk why that is that is so, i will debug this eventually Q&A Q: I can't move and click A: Try pressing the space bar, the project wount let you move went the Space bar is pressed Q: My project laggs when l click a tile the first time A: This is normal, the Project does some initialization when clicking the first time (It places numbers) Q: The field moves when l zoom A: That is normal Q: When I have Dynamic Updates turned on, my mouse idx only updates when I move/click/ect A: The mouse IDX is getting checked when rendering, if you got dynamic updates turned on, it will only update when rendering Q:I can't place a flag on my first move A: This is because the game does some initialization after the first move