Skip to content

cocogames/Language-games

 
 

Repository files navigation

Language-games

Dead simple games made with Language Models and Word Vectors. Powered by the wonderful Word Vector Library: Magnitude

  • Game 1: Competative Word Guessing - Players try to guess a hidden word
  • Game 2: Guessing the closest word from a list to a given word
  • Game 3: Guessing the word which DOESN'T match a list of other words
  • Game 4: A Semantic Scrabble-like game

Install Instructions

  1. Clone the repo
  2. type pip install -r requirements.txtor pip3 install -r requirments.txt as needed.
  3. Download one of these sets of word vectors available here and/or here
  4. Enjoy the game by running `python3 play_game.py

Screenshots

Game 1:

Game 2:

Game 3:

Game 4:

About

Dead simple games made with word vectors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%