Closed jjzabkar closed 1 year ago
Add Codememes game type GameType.MEMES.
GameType.MEMES
MEMES
assets/memes/*
services/word-lists
word-lists.service.ts
emoji-word-list.js
GameType
types.ts
README.md
border
6px
game-board.component.scss
christmas
thanksgiving
halloween
wordList
Ran local ionic serve: tested GameTypes of WORDS, EMOJIS, PICTURES, and MEMES as both spymaster and operative.
ionic serve
WORDS
EMOJIS
PICTURES
onCreate seems like it should limit memes to 20 tiles, but tests always show 25.
onCreate
I don't know my memes well, this will negatively impact my elo.
@bacontech Correct: You've precisely highlighted the point. 🧑🌾 🚜 📈
Add Codememes game type
GameType.MEMES
.Gameplay Screenshot
Changes
MEMES
game type. Ratio is 1.5:1 width:height for most memes (assets/memes/*
)services/word-lists
subdirectory (word-lists.service.ts
)emoji-word-list.js
)GameType
to top-level enum (types.ts
)README.md
)border
to6px
to make pictures and emojis more obvious to spymaster (game-board.component.scss
), shown in pull request screenshotgame-board.component.scss
)christmas
,thanksgiving
, andhalloween
wordList
s) hidden by default.Testing
Ran local
ionic serve
: testedGameType
s ofWORDS
,EMOJIS
,PICTURES
, andMEMES
as both spymaster and operative.TODO ⚠️ ⚠️
onCreate
seems like it should limit memes to 20 tiles, but tests always show 25.