Game of Tones is a web-based game where you identify the linguistic origin of English words.
Once you've installed dependencies with npm install
(or pnpm install
or yarn
), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
There is also a Nix shell available if you have access to flakes
nix develop
yarn dev --open
To create a production version:
npm run build
# or build with Nix
nix build
This project includes material that is licensed under Creative Commons Attribution-ShareAlike 4.0 International License. The original work and any modifications made are distributed under the same terms.
This Wikipedia page is licensed under CC BY-SA 4.0. A copy of this license is included in the file CC-BY-SA-4.0.txt.
The rest of the code is licensed under MIT.