Skip to content

Commit bcd3927

Browse files
committed
Update readme
1 parent 2e1f625 commit bcd3927

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Changing the title of the game on the admin page and starting the game again wil
3131

3232
#### Runtime
3333

34-
Node `v16.12.0` with no context and strict mode enforced.
34+
Node `v16.14.0` with no context and strict mode enforced.
3535

3636
#### Submissions
3737

@@ -49,7 +49,7 @@ Players can submit updated solutions as often as they like on the submission pag
4949

5050
- Your solution must be a single synchronous function named `play` (don't worry about exporting it)
5151
- Your code will be run in strict mode – use node's `--use_strict` flag to test your script
52-
- All JavaScript language features available in Node.js `v16.12.0` are available, with game-specific exceptions
52+
- All JavaScript language features available in Node.js `v16.14.0` are available, with game-specific exceptions
5353
- Scripts are timed-out and fail after 5 seconds of execution time
54-
- Comments, line breaks and whitespace **do not count** towards your score
54+
- Comments, line breaks and whitespace **do not count** towards your score (we run your code through jsmin 1.0.1 before taking the length)
5555
- The aim is to solve the problem with the shortest possible code (fewest "strokes")

0 commit comments

Comments
 (0)