Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.8 KB

File metadata and controls

45 lines (25 loc) · 1.8 KB

Glypoon

Glypoon is a word puzzle where the goal is to create as many words as possible using each letter provided no more than once.

Deployments

main

Netlify Status .github/workflows/make_puzzle.yml

Table of Contents

  1. 📔 Rules
  2. 🖼️ Screenshots
  3. 💻 Development

Rules

The rules of the game can be found in here.

Screenshots

Development

Getting Started

Clone this repository. You will need node and npm installed on your machine.

  • Installation: npm install
  • Run: npm run start
  • Build: npm run build

Puzzle Generation

The puzzles are generated daily through a GitHub Action and checked in to the repository under public/puzzle, which re-triggers the Netlify build.

Corpus Generation

The Concise Oxford English Dictionary (COED) corpuses under tools/corpuses/coed* were generated with the tools/dictionary_to_corpus.py script.

The tools/corpuses/glypoon.txt file is the corpus used to generate the daily puzzles. This corpus was generated using the tools/script.ipynb notebook.