Learn

This page lists articles. Each article connects one game on this site to a programming skill.

February 3, 2026

Working Memory And Simon Sequence

The Simon Sequence game on this site tests working memory, using the same method psychologists use to measure it.

  • memory
  • cognitive-science

January 26, 2026

Two Sorting Algorithms: Bubble Sort And Merge Sort

Bubble Sort and Merge Sort put a list of numbers in order using two different methods. One method is simple. The other method is faster on large lists.

  • algorithms

January 12, 2026

Tangram And Debugging Use The Same Skill

Tangram puzzles and finding a bug in code both use one skill: breaking a large unfamiliar problem into small known parts.

  • tinkering
  • debugging