A simple, fastpaced word game.
A browser game in which the player is supplied with two letters. The objective is to come up with a word that begins and ends with the letters given. There are 5 rounds, 10 seconds each. Points are awarded based on the length of the answers.
Project is created with:
- PostgreSQL version: 8.11.3
- Express version: 4.18.2
- React version: 18.2.0
- Node.js version: 20.11.0
- Knex version: 3.1.0
- Bcrypt version: 5.1.1
This game can be played in browser or run locally using npm:
$ cd WhichWord
$ npm install
$ npm run dev