Liar's dice is a game that requires the ability to deceive and to detect your opponent's deception.
Github actions are used to automatically publish the latest version of the game as a dockerimage here: https://hub.docker.com/repository/docker/ryanroundhouse/liar-server
docker run -d -p 3000:3000 ryanroundhouse/liar-server:v1.0
latest commit can be found at the top of this page next to where it lists the number of commits.
Open your browser and navigate to http://localhost:3000
This game is built as an exercise to deepen my understanding of the following technologies:
- Angular
- Node.js
- Bootstrap
- Docker
- Github Actions
- Typescript
- NPM