Skip to content

CovHackSoc/mancjs-code-golf

 
 

Repository files navigation

MancJS: Code Golf

The server used to run the MancJS code golf game.

How to run server

  • Clone the repo
  • yarn
  • yarn start

URLs

/ The main submission page where players can repeatedly submit new solutions to the current game. Players need to enter an email address (used for gravatar images) and a team name.

/admin Page to create new games and set the input and output data for the game. Stopped games prevent new submissions and allow players to view other player submissions.

The admin page is protected with HTTP basic auth (user admin pass admin). You can modify the credentials by changing the file src/routes/admin.ts.

Notes

Changing the title of the game on the admin page and clicking Start Game will clear current entries and begin a new game. All other modifications update the currently running game.

About

The MancJS code golf server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.7%
  • HTML 17.8%
  • JavaScript 11.7%
  • CSS 6.0%
  • Makefile 0.5%
  • Dockerfile 0.3%