Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/conorsheehan1/spelling-bee
Free open source version of the New York Times Spelling Bee game
https://github.com/conorsheehan1/spelling-bee
foss game spelling spelling-bee typescript vite vue3
Last synced: about 10 hours ago
JSON representation
Free open source version of the New York Times Spelling Bee game
- Host: GitHub
- URL: https://github.com/conorsheehan1/spelling-bee
- Owner: ConorSheehan1
- License: mit
- Created: 2022-08-15T19:54:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T18:08:40.000Z (12 days ago)
- Last Synced: 2024-12-16T15:49:43.402Z (10 days ago)
- Topics: foss, game, spelling, spelling-bee, typescript, vite, vue3
- Language: Vue
- Homepage: https://spelling-bee-free.pages.dev
- Size: 18.5 MB
- Stars: 48
- Watchers: 3
- Forks: 26
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spelling Bee
[![Build Status](https://github.com/ConorSheehan1/spelling-bee/workflows/ci/badge.svg)](https://github.com/ConorSheehan1/spelling-bee/actions/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)An open source game inspired by the New York Times Spelling Bee Puzzle.
New challenge every day. Create words using letters from the hive.## Links
https://spelling-bee-free.pages.dev
~~https://spelling-b.netlify.app~~| | |
| -------------------------------------------- | ------------------------------------------------ |
| ![light-sc](.github/images/spelling-bee.png) | ![dark-sc](.github/images/spelling-bee-dark.png) |## Credits
- Inspired by https://www.nytimes.com/puzzles/spelling-bee
- Using [12 dicts](http://wordlist.aspell.net/12dicts/) word list https://github.com/en-wl/wordlist/blob/master/alt12dicts/2of4brif.txt
- Using fireworks.scss https://codepen.io/hmaw/pen/qBEMLxV
- Using Element Plus UI https://github.com/element-plus/element-plus
- Favicon created using http://faviconer.com## Development
See [dev.md](./dev.md)