Global Game Jam 2019

Home is a place with a bed.
You don’t even need to be able to enter it.

GGJ Official Link: Buildhome | Global Game Jam®

度盘下载链接: Buildhome dist_免费高速下载|百度网盘-分享无限制

在线玩: Buildhome

这是我们作为一个团队第一次参加 GGJ。所有编程均由 QueueHuo 一人完成。Alan-Liang 去年曾经做过一个作品,但是并不是在 GGJ 现场完成的。

我们此次活动只去了第一天开题和最后的展示。由于 KEEER Core 的大部分成员均在上课,只有 Queue 和 Indogent 汇报时在场。

这个游戏是我们得到题目后的第 13 个想法。看开题视频时,我们都以为题目就是 Home,但是不知道为何今年题目不止一个词。

讨论时,我们写了两份文档。第一份如下:

What home means to you — GGJ 2019

分析

  • home — 环境?√
  • home — 决定?maybe
  • home — 目标?√

Brainstorming

  • 玩家自己理解:探索家是什么
  • 灌输我们认为家是什么
  • player实现自己认为的家
  • 文字解谜?
  • //Banned. 暗黑线?(收藏家的元素)作案 + indefinite
  • 家即旅馆 by Queue
  • 帮助玩家找到自己内心的家
  • rpg解谜
  • ~中国式家长
  • find home?
  • baba is you fronting
  • reign
  • snake

Meta

Author: KEEER<core@keeer.net>

Version: 4

这是一个 Brainstorm 的 Report。但是想到最后一个题的时候,我们一致认为不需要再想了。于是就有了第二份文档:

GGJ19 — Snake (digest)

short version

What is home? Home is a place to sleep.

A snake. Like snake xenzia. If you loop, inside is yours. Mass is the length of something. If no door is found on the loop, you also need to have a mass greater than the wall in order to go inside; otherwise it is yours, you could go in and out of it. Your enemy, who is also a player, need to break all your wall (with a door) to win. If you sleeps, you will get a door.

Screenshot

1.

1
2
3
4
5
6
7
8
    ^
|
---D+------+
| |
| |
| |
| |
+------+

2.

1
2
3
4
5
6
7
8
  --->
|
--+---D--+
| |
| |
| |
| |
+------+

3.

1
2
3
4
5
6
7
8
----->
|
+---D--+
| |
| |
| |
| |
+------+

4.

1
2
3
4
5
6
7
8
------>

+---D--+
| |
| |
|[Bed] |
| |
+------+

5.

1
2
3
4
5
6
7
8
 ----
|
+---D--+
| | |
| v |
|[Bed] |
| |
+------+

Details

TBD

Meta

Author: KEEER<core@keeer.net>

Version: 4

就是这样,最终游戏的基本框架就有了。

(未完待续)