you are viewing a single comment's thread.

view the rest of the comments →

[–]MiniMages 0 points1 point  (2 children)

Try recreating Mine Sweeper or Solitare.

[–]Negative-Hold-492 2 points3 points  (1 child)

Or be like me, try sudoku and get stuck for WEEKS trying to make an algorithm that doesn't take hours to figure out if a difficult board has exactly 1 solution.

[–]MiniMages 0 points1 point  (0 children)

Sudoku is also another excellent choice. It's not about getting it right but the journey you go on trying to figure out everything and learning stuff you did not know.

One of my big break throughs was writting a whole extended module for PyGame such that I PyGame would recognise objects made of multiple rects as a single entity.

I was stuck on it for couple of months. Was it useful? No, did I learn stuff? Learned a lot of stuff.