Skip to content

miran248/text-twister

Repository files navigation

text-twister

A simple Text Twist clone with currently limited gameplay.

Why?

  • haven't used redux for over a year
  • wanted to try travis and docker in a monorepo setup
  • wanted to try protobuf
  • .. fun?

Setup

# install dependencies
yarn

# set mongo env vars (used by docker-compose)
echo -e "MONGO_USERNAME=mongo\nMONGO_PASSWORD=123123\nMONGO_DATABASE=tt" > .env

Environment

  • docker 18.06.0-ce
  • node 10.12.0
  • yarn 1.10.1

Tools are required, versions aren't

Run

# frontend
cd client && yarn start

# backend
docker-compose up

Screenshots

landing gameplay 1 gameplay 2

License

text-twister is licensed under the MIT license.