Skip to content

Commit f285e26

Browse files
committed
Windows server script added
1 parent 01f56ee commit f285e26

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

games/cards/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
</tr><tr>
111111

112112
<td class="tight" colspan="1">
113-
<b>Table</b>
114113
<a href="/controls" target="new">Controls</a>
115114
</td>
116115

games/poker/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
</tr><tr>
111111

112112
<td class="tight" colspan="1">
113-
<b>Table</b>
114113
<a href="/controls" target="new">Controls</a>
115114
</td>
116115

start-server-windows.bat

+7
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)