Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.