Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1007 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 1007 Bytes

ㅎㅏㄴㄱ

ㅁㅗㅇㅏㅊㅏㅈㄱㅣ

https://hangul.d0p.dev

한글 자모를 조합해 숨겨진 단어를 찾아내는 퍼즐 게임

Single player

  • Restart game after solving the stage
  • Add events for settings panel
  • Seed-based board generation
    • Numbered stages(infinitely many)
  • Speech API to speak out completed word
  • Cheat prevention (browser find feature)
    • pointer position based tracking instead of using element hover state
  • Time the stage completion
  • Share API to share the result time

1v1 Multiplayer

  • Same board config, separately finding in their own board
  • If found a word, attack other player(penalty with length of word to remaining solving time)
  • If found a word that the other player found recently, attack back with multiplier
  • Solving in a combo (without long idle time between words) will give more power to attack