What about programming a memory game with 3 copies in place of 2? 🙂
With FuncSug, you can program it in about 100 lines of clear synchronous code (50 if you delete the blank lines and comments)
and you can change the number of copies easily: just change the line "var numberOfCopy := 3" 😉
The memory game in the playground: https://cl4cnam.github.io/try_FuncSug/?example=memory
FuncSug: https://github.com/cl4cnam/funcSug
