Skip to content

Simple example of a word-based game using Redis

License

Notifications You must be signed in to change notification settings

jjweis/word-fling

This branch is up to date with theganyo/word-fling:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

60937d7 · Sep 6, 2015

History

2 Commits
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Jul 19, 2015
Sep 6, 2015

Repository files navigation

Word-Fling


A simple Node-based word game using Redis.

Redis Schema

word_dictionary (set)

  • values: words

players (hash)

  • key: email
  • type: set
  • value: type: hash
    • password_hash
    • notifications
      • type: pub/sub

logins (set)

  • key: email:password_hash

leaderboard (zset)

  • key: email
  • value: wins

tile_scores (hash)

  • key: letter
  • value: score

games (list)

  • game
  • letter_bag
    • type: list
    • values: tiles
  • turns
    • type: list
    • values:
  • players
    • type: list
    • player
      • tray

About

Simple example of a word-based game using Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%