| 
									
										
										
										
											2025-10-18 21:35:01 +02:00
										 |  |  | /*
 | 
					
						
							|  |  |  |  * Created by snapshot112 on 15/10/2025 | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include "minesweeper.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | #include <ncurses.h>
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2025-10-22 15:07:52 +02:00
										 |  |  | #include "../../engine/grid_game_engine.h"
 | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | void minesweeper() { | 
					
						
							|  |  |  |     clear(); | 
					
						
							|  |  |  |     mvprintw(0,0, "Minesweeper has not yet been created"); | 
					
						
							| 
									
										
										
										
											2025-10-17 21:08:03 +02:00
										 |  |  |     graceful_exit((coordinate){0, 3}); | 
					
						
							| 
									
										
										
										
											2025-10-16 01:10:09 +02:00
										 |  |  |     refresh(); | 
					
						
							|  |  |  | } |