Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 598 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 598 Bytes

four_eq_ten

A simple script to solve the 4=10 puzzles: app in Google Play and app in App Store

Future work

  • Convert this into a server that can solve the puzzles.

Origin

On December 2023, on a trip to Belgium with my friends (all Computer Engineers), we spent a good amount of time trying to create a JavaScript script to solve some 4=10 puzzles. The best solution was nesting 9 for-loops, so I decided to develop a more elegant solution.