A tiny daily game for finding and fixing one bug

is a web game where players find and fix one bug each day. Each player gets 3 lives, finds the bug, fixes it, and can return the next day for a new one. The goal is to feel closer to real than to repeated questions.

One unexpected problem is that many bugs can have more than one valid fix. The first version used , but that quickly proved too limited because solve the same bug in many different ways.

Key points

  • gives players one bug to find and fix each day.
  • Players have 3 lives for each daily challenge.
  • The game aims to feel like real , not drill practice.
  • Many bugs can have more than one valid fix.
  • was too rigid because can fix the same issue in different ways.
Read original