Simple Game Mechanics of Noughts & Crosses.
Tech Stack:
- Backend: Go-lang
- Frontend: VueJs
- make
- git
- docker
- docker-compose
On the first install please make sure you either run make env
or make yourself a copy of .env.example
as .env
.
If all dependencies are satisfied, after running: make up
the game should be available at:
localhost:8081
or $DOCKER_HOST:$PORT_FE_EXTERNAL
For more predefined commands please see MAKE_DOCS.md
or the Makefile