Add more info on round 0

This commit is contained in:
Anthony Wang 2021-05-07 21:57:20 -05:00
parent d1c0d54c40
commit c68418252e
Signed by: a
GPG key ID: 6FD3502572299774
2 changed files with 2 additions and 1 deletions

View file

@ -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),

View file

@ -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>