We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f56ee commit f285e26Copy full SHA for f285e26
3 files changed
games/cards/index.html
@@ -110,7 +110,6 @@
110
</tr><tr>
111
112
<td class="tight" colspan="1">
113
- <b>Table</b>
114
<a href="/controls" target="new">Controls</a>
115
</td>
116
games/poker/index.html
start-server-windows.bat
@@ -0,0 +1,7 @@
1
+@echo off
2
+set /p game="game: "
3
+set /p port="port: "
4
+
5
+title %game%:%port%
6
7
+node server.js %game% %port%
0 commit comments