Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cpsibo/word-guess
Simple word-guessing game built with Vue2
https://github.com/cpsibo/word-guess
css game html vuejs
Last synced: 25 days ago
JSON representation
Simple word-guessing game built with Vue2
- Host: GitHub
- URL: https://github.com/cpsibo/word-guess
- Owner: CPSibo
- License: mit
- Created: 2021-11-14T01:44:26.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-10T06:32:43.000Z (over 2 years ago)
- Last Synced: 2024-01-22T13:31:13.046Z (11 months ago)
- Topics: css, game, html, vuejs
- Language: HTML
- Homepage: https://cpsibo.github.io/word-guess
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Word Guess
This is a simple word-guessing game built with Vue2.
The game involves guessing the letters of a word, one at a time. The player wins if they guess all the letters before running out of turns.
Live version: https://cpsibo.github.io/word-guess
Credit to [RazorSh4rk](https://github.com/RazorSh4rk/random-word-api) for the random word API.