WeSearch

How I Built A Game to Help My Kids Learn

·3 min read · 0 reactions · 0 comments · 12 views
#gamedev#learning#education
How I Built A Game to Help My Kids Learn
⚡ TL;DR · AI summary

Scott Windon created a game called Tumbling Towers to help his kids learn math concepts like place values and ascending order. The game involves swapping cards to form numbers and placing them in a tower while maintaining order. The kids have engaged with the game actively, even verbalizing their reasoning during play.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 774155) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Scott Windon Posted on May 19 How I Built A Game to Help My Kids Learn #gamedev #learning #showdev #sideprojects So, my kids' math teacher sent home a YouTube video on place values and ascending order. It was good, but watching it wasn't doing much. So over the weekend I built them a game instead. It's called Tumbling Towers — source on GitHub. The Concept You're dealt two random cards, say 2 and 7.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)