Skip to content

Commit

Permalink
Merge pull request #24 from eufelipemateus/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
eufelipemateus authored Sep 22, 2021
2 parents 3eec678 + e551273 commit 637783e
Show file tree
Hide file tree
Showing 5 changed files with 855 additions and 169 deletions.
6 changes: 4 additions & 2 deletions .env
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
PORT=8000
DEBUG=TRUE
PORT=8000
DEBUG=FALSE

MONGO_URL=""
40 changes: 4 additions & 36 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
[![Known Vulnerabilities](https://snyk.io/test/npm/domino-game/badge.svg)](https://snyk.io/test/npm/domino-game)
[![domino-game](https://snyk.io/advisor/npm-package/domino-game/badge.svg)](https://snyk.io/advisor/npm-package/domino-game) [![npm version](https://badge.fury.io/js/domino-game.svg)](https://badge.fury.io/js/domino-game) [![Rate on Openbase](https://badges.openbase.com/js/rating/domino-game.svg)](https://openbase.com/js/domino-game?utm_source=embedded&utm_medium=badge&utm_campaign=rate-badge)

domino-game é jogo de dominó online feito em html5, typescript, node.js e socket.io.


This is an online multiplayer game made with socket.io and html5 install and test this game.

[![Screenshot Felipe Mateus Dominó Game](https://felipemateus.com/wp-content/uploads/2020/12/domino_2020-1.png "Screenshot Jogo Dominó")](https://eufelipemateus.com/blog/2017/06/domino "Screenshot Jogo Dominó")

Expand All @@ -17,36 +15,8 @@ domino-game é jogo de dominó online feito em html5, typescript, node.js e sock

```bash

git clone https://github.com/eufelipemateus/domino-game.git

```



```bash

cd domino-game

```



```bash

npm install

```

## Building



```bash

npm run build

npm i domino-game -g
```



## Running
Expand All @@ -55,13 +25,11 @@ npm run build

```bash

npm start

domino-game
```



[Veja mais sobre o Dominó](https://eufelipemateus.com/blog/2017/06/domino).
[More about the Game](https://eufelipemateus.com/blog/2017/06/domino).



Expand Down
3 changes: 3 additions & 0 deletions bin/cli.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node

const serve = require( "../._build/Server");
Loading

0 comments on commit 637783e

Please sign in to comment.