mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-05 09:39:32 -08:00
Description added to README
This commit is contained in:
@@ -167,3 +167,9 @@ THANKS FOR PLAYING
|
|||||||
|
|
||||||
Amounts of whitespace are not counted, but whitespace is significant: You will get a failure if
|
Amounts of whitespace are not counted, but whitespace is significant: You will get a failure if
|
||||||
your game emits `"NAME?"` when it expects `"NAME ?"`.
|
your game emits `"NAME?"` when it expects `"NAME ?"`.
|
||||||
|
|
||||||
|
Run all the tests from within the buildJvm project directory:
|
||||||
|
```bash
|
||||||
|
cd buildJvm
|
||||||
|
./gradlew test
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user