Game Description:



1. In a closed door, there will be a circle, and 30 numbers in the circle.

2. Each team (about 10 people) need to take number out of the circle by ascend order.

3. Each team has 30 minutes and 3 tries, each try is limited in 90 seconds, after 90 seconds the team need to get out of the door.







My Experiences:



1. At the beginning, all of our team members thought the number will be Arabic digit, such as 1, 4, 100 and so on.

We don't know the range of the numbers, so we discussed about how to sort the 30 numbers quickly, and we also confused with the game rules, all of us thought that we need to take out a number in turns, we thought each person need to take a number out by ascend
order. So, we decided to sort all the numbers by the first person, and then all the resident person could take out a number quickly.


Then, we had the first try.

When we entered the door, we were really surprised, there were not Arabic digit, but some numbers showed in the following pictures:

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvd2F0a2luc29uZw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvd2F0a2luc29uZw==/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center" alt="">

Some of the numbers are really hard to recognize, such as digit 15 is expressed by "Food" on the card, because "Food" in Chinese is “食物”, and then pronunciation of "食物" is similar with digit 15. Some cards are arithmetic expression, some cards are some shapes
that need to statistic the edge or angle.

As a result, in 90 seconds we only picked out 7 cards.



Note: this may like the project development, when we face a new project, we only new very few useful information, when we begin the developing work, we encounter many problems.

When we first saw the "numbers" on the card, the emotion may be denied or Fear or Anger, and even maybe someone would felt be fooled.



2. The second try: with information from the first try, we made another strategy, each person will be responsible for 3 or 4 cards before him, then we take the second try.

But, in 90 seconds, we only picked out 17 cards, because some card are hard to recognize.



Note: by this try, all of us changed our emotion from frustrated or anger to acceptance and hopeful. We believed that we could finished the task in the third try.



3. The third try: we discussed some unrecognised card, and the took the third try.

But,  game designer had substituted 3 or 4 card, the same digit but not the same picture, all of us discussed that we remember the picture of each number ,then we could pick out them by order quickly, but some pictures changed.

For example, digit "5" in first try and second try is a shape with 5 edges, but now it changed to logo of Channel, which means "element number 5", it wasted us a lot of time to find "5".

Luckily, we finished the task in 90 seconds.



Note: The change of digit, it maybe the same as the requirement change of a project, especially when the project is nearly finished, suddenly there come out some requirement change.

When we found we could not find number 5, most of us got frustrated, and thought maybe something is wrong, maybe the game designed got wrong, we also thought we could not finish the task.


In Software Engineer, when the project is near finish, suddenly requirement change will surprise developers or even frustrate them, developers begin to think there must be something wrong, or may think user are fooling them.

After a large amount of time searching "5", we found it and then we accept the face that some number were changed by game designer, our emotion changed from anger to acceptance and even relief
or interested, and then we finished.



So, this is the Transition Grid of Change. (I think it's really interesting game to do team building!)






New Hire Training Experience的更多相关文章

  1. 很好的vmware目录

    http://www.globalknowledge.com/training/course.asp?pageid=9&courseid=18023&country=United+St ...

  2. CV2

    Education 2008-09 - 2012-07  Xian Peihua University English  Junior CollegeTarget Jobs:  Project Man ...

  3. Top 10 Free IT Certification Training Resources

    1. Cybrary Cybrary takes the open source concept and applies it to IT training. Many of the courses ...

  4. How much training data do you need?

    How much training data do you need?   //@樵夫上校: 0. 经验上,10X规则(训练数据是模型参数量的10倍)适用与大多数模型,包括shallow networ ...

  5. CF A and B and Team Training (数学)

    A and B and Team Training time limit per test 1 second memory limit per test 256 megabytes input sta ...

  6. 【Android官方Training教程】Getting Started部分学习笔记

    Getting Started Welcome to Training for Android developers. Here you'll find sets of lessons within ...

  7. codeforces 519C.. A and B and Team Training

    C. A and B and Team Training time limit per test 1 second memory limit per test 256 megabytes input ...

  8. knowledge, Experience & Creativity

    In a training session, the trainer asked the audience "knowledge is power, how many of you agre ...

  9. (转)A Recipe for Training Neural Networks

    A Recipe for Training Neural Networks Andrej Karpathy blog  2019-04-27 09:37:05 This blog is copied ...

随机推荐

  1. ZigBee研究之旅(一)

    *********************************************************************** 以下有引用webee公司的文档的内容,版权属于webee ...

  2. 向大家推荐个android的游戏引擎——cocos2d-x

    最近发现单单用android自带的功能函数来编写游戏,往往有很大的局限性,即耗时长,调试繁琐,没有一定的框架.所以博主发现了游戏引擎这个好东西,游戏引擎所拥有的架构和功能函数,使得游戏的编写更加得心应 ...

  3. 每次调用fork()函数之后,父线程和创建出的子线程都是从fork()后开始执行

    Linux下多少个"-"将被打印: 1 2 3 4 5 6 7 8 int main(void){   int i;   for(i=0;i<4;i++){   fork() ...

  4. SVM入门(十)将SVM用于多类分类

    源地址:http://www.blogjava.net/zhenandaci/archive/2009/03/26/262113.html 从 SVM的那几张图可以看出来,SVM是一种典型的两类分类器 ...

  5. 《转》Linux网络编程入门

    原地址:http://www.cnblogs.com/duzouzhe/archive/2009/06/19/1506699.html (一)Linux网络编程--网络知识介绍 Linux网络编程-- ...

  6. JNI生成so

    软件:android-ndk-r8 推荐使用这个版本,可以直接不用安装Cygwin软件就可以编译. 然后在系统环境变量中path选项中添加安装路径,比如我的:C:\android-ndk-r8: 然后 ...

  7. AWS(0) - Amazon Web Services

    Computer EC2 – Virtual Servers in the Cloud EC2 Container Service – Run and Manage Docker Containers ...

  8. SICP 习题 (2.6) 解题总结:丘奇计数

    SICP 习题 2.6 讲的是丘奇计数,是习题2.4 和 2.5的延续. 这里大师们想提醒我们思考的是"数"究竟是什么,在计算机系统里能够怎样实现"数".准备好 ...

  9. 总结文件操作函数-文件夹(三)-C语言

    获取.改变当前文件夹: 原型为: #include <unistd.h>   //头文件 char *getcwd(char *buf, size_t size); //获取当前文件夹.相 ...

  10. [置顶] vs2008 编译adb 支持4.2 android 系统(增加push 命令的进度)

    QQ: 2506314894 本想晚些时候放出来的,但是按捺不住啊,所以修改了之后就立即放出来了.先说明一下,这次用的adb 的源码比较新的,用的vs2008 编译出来,只有一个exe 文件,直接就可 ...