Skip to content

michaelmior/game-of-firsts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Firsts

This repo is inspired by The Initials Game. It uses Ollama to generate puzzles where given two letters and several clues, you must guess a two-word phrase. An example is below.

example.webm

Installation

Dependencies are managed with pipenv and can be installed with pipenv install. The project relies on OpenTTS for text-to-speech. Refer to OpenTTS documentation for configuration instructions, but currently this is as simple as running via Docker as below.

docker run -it -p 5500:5500 synesthesiam/opentts:en

Running

To generate a puzzle, run the following command:

pipenv run python puzzle.py

By default, audio of the puzzle will be written to output.wav. You can change the output file with the --output flag. You can also immediately play the audio with the --play flag. Run with --help to see available options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages