Commit Graph

15 Commits

Author SHA1 Message Date
filifa 2f39ee536b Make play_pressed function more readable 2024-03-19 20:38:20 -05:00
filifa 4e7d631e42 Remove call to update_mine_counter() from the main loop 2024-03-19 20:38:20 -05:00
filifa 067a0d568c Rename function for clarity 2024-03-19 20:38:20 -05:00
filifa 1029c49c74 Remove old comment 2024-03-19 20:38:20 -05:00
filifa a4bad93a23 Change the max_mines formula 2024-03-19 20:38:20 -05:00
filifa c4adddb94b Change names of variables to make lines shorter 2024-03-19 20:38:20 -05:00
filifa 5845156e15 Reduce CPU usage by waiting for event, and make updating the timer an event 2024-03-19 20:38:20 -05:00
filifa c7c0c1220d Add code to check user input 2024-03-19 20:38:20 -05:00
filifa 9e333956f1 Fix so play_again_box does not open upon presing option_box's x button 2024-03-19 20:38:20 -05:00
filifa 8547761458 Add user options to set rows, columns, and mines 2024-03-19 20:38:20 -05:00
filifa af0ec4a135 Add shebang line 2024-03-19 20:38:20 -05:00
filifa 697779325f Remove old fixme 2024-03-19 20:38:20 -05:00
filifa be52cb854d Add timer 2024-03-19 20:38:20 -05:00
filifa 0f9e3814f6 Add game_started variable to Board class 2024-03-19 20:38:20 -05:00
filifa 877ea522a0 Initial commit 2024-03-19 20:38:20 -05:00