Skip to content

A mobile-friendly original word game built with Vue.js. The goal is to use all letters on the board in as few 5-letter words as possible.

Notifications You must be signed in to change notification settings

jackieodonnell/Wordcraft

Repository files navigation

Wordcraft

A mobile and browser-friendly original word game. The goal is to use all letters on the board in as few 5-letter words as possible.

Preview

Technologies

  • Vue 2
  • Vuex Store
  • Vue Router

Installation

For development, you will need npm and Vue.js installed on your environment. To run the Wordcraft app on your local machine, follow these instructions:

git clone https://github.com/jackieodonnell/Wordcraft.git
cd Wordcraft
npm install

Running the Application

All the npm commands are defined in the "scripts" section of package.json.

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

A mobile-friendly original word game built with Vue.js. The goal is to use all letters on the board in as few 5-letter words as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published