惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
H
Help Net Security
腾讯CDC
宝玉的分享
宝玉的分享
H
Hackread – Cybersecurity News, Data Breaches, AI and More
L
LangChain Blog
爱范儿
爱范儿
T
The Blog of Author Tim Ferriss
J
Java Code Geeks
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
N
Netflix TechBlog - Medium
D
Docker
V
V2EX
Last Week in AI
Last Week in AI
G
Google Developers Blog
IT之家
IT之家
C
Check Point Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 聂微东

herrkaefer

"Vibe planning \u003e vibe coding" "Anything to Markdown" "Built anocus: anonymous commenting for static sites" "日记与小说 -- AI 续写小说欣赏" "Any-podcast: from newsletters to a podcast" "Made MicPipe: a simple voice input tool using ChatGPT dictation" "关于 Tools 和 Skills 的一点感想" "Realtime monitoring of ComEd hourly price" "Introducing SwiftEdgeTTS" "Thoughts on the philosophy of building AI-native apps" "jelly鼻屎" "等饭的人" "Use home assistant to motivate my kid to brush teeth" "Migrated Blog to Hugo and Cloudflare Pages" "Easy Aspen monitoring for Chicago parents" "Introducing HabitBuilder: A simple Telegram bot for habit tracking" "鼓捣" "Open folder or file with Sublime Text from Finder toolbar" "Python dev workflow on macOS" "Create new text file from Finder toolbar" "Uno变身儿童数字游戏" "自动转发Twitter到微博" "Handle annoying operations of objects in Realm DB" "Move Jekyll blog to Ubuntu VPS" "Introducing Mole" "Note taking without note taking app" "Deploy Python web application on Ubuntu server" "Setup Shadowsocks / VPN on Ubuntu Server" "Linode Notes - Basic Setup" "CLASS Style Adapted for Embedded Systems"
"Uno reinvented for 3-year-old kids"
"herrkaefer" · 2017-11-15 · via herrkaefer

uno

The playing rules of original Uno card are not designed for a 3 years old. Recently I created a “car driving” game using Uno cards. Children can learn and practice comparing numbers when playing the game.

Story of the game

The senario is simulating a car driving on the road. Players operate the car by playing the cards in turn to make it accelerate or decelerate, and follow the traffic signs.

  • Number cards: representing the speed of the car. The larger the number, the faster the car moves. Players should play card with a larger number if the car is accelerating, or a smaller number if it is decelerating.

  • Action cards: represting traffic signs. If one player place a traffic sign, the next player should operate the car accordingly to follow the sign.

Traffic signs and their meanings

uno

  • Skip: Stop. The car should reduce its speed as soon as possible. So the next player should play a smallest number in his/her hand, or a wild car and call its number. If no number or wild card is available, a traffic sign should be placed.

  • Reverse: reversing the accelrating status. When the car is accelerating, it is goint to decelerate, and vise versa.

  • Wild: It can represent any number card.

  • Draw 2: +2. The next player should operate the car two times, i.e. place 2 cards (could include traffic signs)

  • Draw 4: +4. The next player should operate the car four times, i.e. place 4 cards (could include traffic signs)

Rules

The youngest player play the first card (should be a number card) and shout out “faster!” or “slower!”. The next player could:

  • play a number card, which should be larger if the car is accelerating, or smaller if it is decelerating.

  • a more strict rule is: to keep the car moves smooth, we should play a possible smallest number if it is accelerating, or a possible largest number if it is decelerating.

  • place traffic sign to change the behavior of the car.

  • play several cards if the previous card is “+2” or “+4”, and keep them correct.

Dealing

N (e.g. N=7) cards a round or dealing cards evenly beforehand. You can also share all the cards with your kids. You decide.