File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## MancJS October : Code Golf
1
+ ## MancJS: Code Golf
2
2
The server used to run the MancJS code golf game.
3
3
4
4
### How to run server
@@ -19,8 +19,8 @@ submissions and allow players to view other player submissions.
19
19
20
20
The admin page is protected with HTTP basic auth (user ` admin ` pass ` admin ` ). You can modify
21
21
the credentials by changing the file
22
- [ routes/admin.js ] ( https://github.com/martinrue/mancjs-code-golf/blob/master/routes/admin.js#L5 ) .
22
+ [ src/ routes/admin.ts ] ( https://github.com/martinrue/mancjs-code-golf/blob/master/src/ routes/admin.ts#L12 ) .
23
23
24
24
### Notes
25
25
Changing the title of the game on the admin page and clicking * Start Game* will clear current
26
- entries and begin a new game. All other modifications update the currently running game.
26
+ entries and begin a new game. All other modifications update the currently running game.
You can’t perform that action at this time.
0 commit comments