项目作者: ryanroundhouse

项目描述 :
Simple dice game built in node.js and angular with typescript and bootstrap
高级语言: TypeScript
项目地址: git://github.com/ryanroundhouse/liars-dice.git
创建时间: 2020-07-09T01:59:24Z
项目社区:https://github.com/ryanroundhouse/liars-dice

开源协议:

下载


Liars-dice

Liar’s dice is a game that requires the ability to deceive and to detect your opponent’s deception.

How do I get it?

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

How do I run the server?

  1. 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.

How do I access it?

Open your browser and navigate to http://localhost:3000

Purpose

This game is built as an exercise to deepen my understanding of the following technologies:

  • Angular
  • Node.js
  • Bootstrap
  • Docker
  • Github Actions
  • Typescript
  • NPM