/vuedle

Recreating the Wordle game to learn Vue 3's new composition API

Primary LanguageJavaScript

vuedle

Recreating the Wordle game to learn Vue 3's new composition API

Requirements

  • Allow guessing words
  • Indicate what letters are correct, present, or incorrect
  • Animate results display
  • Manage start/end of game state
  • Display help and other messages (e.g. word not in wordlist)
  • Show on-screen keyboard
  • Create unit tests
  • Create integration tests

Project setup

# Development
npm install
npm run serve

# Production
npm run build

Created with VueJS CLI

See Configuration Reference.