48小时极限游戏开发比赛介绍以及Global Game Jam 历年主题和CiGA Game Jam 多年主题

首先介绍一下48小时极限游戏开发,顾名思义就是在48小时里开发出一款游戏demo,通常我们在题目发布前到达开发场地,找到志同道合的小伙伴,等到活动开始就可以进行开发讨论了。这个活动在国内一般有两个,是Global Game Jam(GGJ)和CiGA Game Jam(CGJ)。


说一下Global Game Jam(GGJ)和CiGA Game Jam(CGJ)的一些区别,最大的不同点就是参与的地区,GGJ是全球性的比赛,而CGJ是中国地区的比赛,不过两者在中国地区的举办方基本都是一样的,所以有时候并不太分得太开。

其次就是举办的时间不同,GGJ是在每年1月份接近春节的时候,而CGJ是在每年7月份,基本上是暑假的时候。


GGJ历年主题

2009: As long as we have each other, we will never run out of problems.

2010: Deception.

2011: Extinction.

2012: An image of Ouroboros.(图片)

https://upload-images.jianshu.io/upload_images/311956-78e515bde14b1fbc.png?imageMogr2/auto-orient/

2013: sound of a heartbeat 一段心跳声。

2014: We don't see things as they are, we see them as we are. 

2015: What do we do now?

2016: RITUAL

2017: Waves

2018: Transmission

2019: What home means to you?


CGJ多年主题

2012:19902010

2013:异类

2014:连锁反应

2014:我们的决定,决定了我们

2015:横竖都是二

2016: (邱丹丹)

http://psv.tgbus.com/UploadFiles_5352/201606/20160629174234531.jpg

2017:

2018:

 

2019:

 

参考链接;

https://www.jianshu.com/p/ace7f2add85a

https://www.jianshu.com/p/5e5e7ce4a93d

  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
以下是一个简单的 Python 代码实现爱因斯坦斑马问题的解答: ```python # 定义问题中的变量和取值范围 colors = ["红色", "绿色", "白色", "黄色", "蓝色"] nationalities = ["英国人", "西班牙人", "挪威人", "乌克兰人", "日本人"] pets = ["狗", "蜗牛", "猫", "马", "斑马"] drinks = ["茶", "橙汁", "牛奶", "咖啡", "水"] cigarettes = ["玛尔博罗", "温德尔", "混合烟", "幸福", "士马高"] # 使用嵌套循环生成所有可能的组合 for c1 in colors: for c2 in colors: if c1 == c2: continue for n1 in nationalities: for n2 in nationalities: if n1 == n2: continue for p1 in pets: for p2 in pets: if p1 == p2: continue for d1 in drinks: for d2 in drinks: if d1 == d2: continue for ciga1 in cigarettes: for ciga2 in cigarettes: if ciga1 == ciga2: continue # 检查所有限制条件是否满足 if n1 == "英国人" and c1 != "红色": continue if n2 == "西班牙人" and p2 != "狗": continue if p1 == "蜗牛" and c1 != "黄色": continue if n1 == "乌克兰人" and ciga1 != "士马高": continue if c2 == "绿色" and c1 != "白色" - 1: continue if ciga1 == "温德尔" and d1 != "茶": continue if p2 == "马" and ciga2 != "玛尔博罗": continue if abs(drinks.index(d1) - pets.index(p1)) != 1: continue if abs(drinks.index(d2) - ciga2.index(ciga2)) != 1: continue # 输出符合条件的解 print("颜色\t国籍\t宠物\t饮料\t香烟") print("{}\t{}\t{}\t{}\t{}".format(c1, n1, p1, d1, ciga1)) print("{}\t{}\t{}\t{}\t{}".format(c2, n2, p2, d2, ciga2)) ``` 这段代码使用了嵌套循环生成了所有可能的组合,并通过逐一检查限制条件来筛选出符合条件的解。最后将符合条件的解输出。

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值