Go to file
André Jaenisch 9d0dabd8ec
chore: drop isBot from UI
It's still part of the state but can't be changed.
I wasn't able to implement a bot logic in time.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
2023-04-26 16:51:12 +02:00
adrs Set up basic directory structure 2023-04-13 18:02:43 +02:00
dist Set up basic directory structure 2023-04-13 18:02:43 +02:00
gdd docs: write game development document 2023-04-14 11:00:15 +02:00
journal docs: wrote journal entry 2023-04-24 14:00:51 +02:00
src chore: drop isBot from UI 2023-04-26 16:51:12 +02:00
test chore: drop isBot from UI 2023-04-26 16:51:12 +02:00
types feat: expose a setting for emojis 2023-04-26 16:31:14 +02:00
.gitignore feat: display nicknames and emojis on level scene 2023-04-17 13:44:42 +02:00
.mocharc.cjs test: remove empty array 2023-04-18 21:21:22 +02:00
LICENSE.txt Rename LICENSE 2023-04-13 17:47:59 +02:00
README.md feat: subset OpenMoji-Color.ttf 2023-04-26 16:28:28 +02:00
commitlint.config.cjs style: configure tooling 2023-04-13 20:10:03 +02:00
index.d.ts feat: display nicknames and emojis on level scene 2023-04-17 13:44:42 +02:00
index.test-d.ts Set up basic directory structure 2023-04-13 18:02:43 +02:00
package.json feat: subset OpenMoji-Color.ttf 2023-04-26 16:28:28 +02:00
tsconfig.json Set up basic directory structure 2023-04-13 18:02:43 +02:00
yarn.lock build: add new dependency 2023-04-25 11:06:19 +02:00

README.md

gamedevjs-2023

Theme is TIME.

This is my entry for the GameDevJS 2023 jam.

Font

The OpenMoji-Color.woff2 is subsetted using this command:

pyftsubset "OpenMoji-Color.ttf" --output-file="OpenMoji-Color.woff2" --flavor=woff2 --layout-features=ccmp,locl,mark,mkmk,kern --no-hinting --desubroutinize --unicodes=U+2601,U+1F327,U+1F31E,U+1F32C,U+1F916,U+1F937,U+1F9D2