Add more info on round 0
This commit is contained in:
parent
d1c0d54c40
commit
c68418252e
2 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ import http from 'http';
|
|||
import https from 'https';
|
||||
import {Server} from 'socket.io';
|
||||
|
||||
//export default new Server({cors: {origin: process.env.ORIGIN, methods: ['GET', 'POST']}});
|
||||
// export default new Server({cors: {origin: process.env.ORIGIN, methods: ['GET', 'POST']}});
|
||||
|
||||
const base = process.env.SSL_KEY && process.env.SSL_CERT && process.env.SSL_CA ? https.createServer({
|
||||
"key": fs.readFileSync(process.env.SSL_KEY),
|
||||
|
|
|
@ -122,6 +122,7 @@ export default function Game() {
|
|||
</li>
|
||||
))}
|
||||
</ul>
|
||||
{gameState.playerTurn+` will go first this round!`}
|
||||
{`Rearrange your card stack from top to bottom!`}
|
||||
<div>
|
||||
<p>Your cards:</p>
|
||||
|
|
Loading…
Reference in a new issue