wingos80 / minesweeper_solved

A semi-full recreation of the game minesweeper made in Python using Pygame, with a solver...
1 stars 0 forks source link

Add profiling #6

Open wingos80 opened 2 months ago

wingos80 commented 2 months ago

Add profiling to see how to optimize the solver, bonus points for using logger.

wingos80 commented 1 month ago

This python profiler looks very neat, should try it out.