End user documentation site for Sketchy Maze.
https://www.sketchymaze.com/guidebook/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
395 B
16 lines
395 B
4 years ago
|
# Experimental Features
|
||
|
|
||
|
Some upcoming gameplay features that aren't _quite_ working well yet will
|
||
|
be 'hidden' behind some feature flags and not turned on by default.
|
||
|
|
||
|
To start up the game with ALL experimental features enabled, pass the
|
||
|
--experimental option to the program's command line:
|
||
|
|
||
|
```bash
|
||
|
# Unix-like environments
|
||
|
$ ./doodle --experimental
|
||
|
|
||
|
# Windows.
|
||
|
> doodle.exe --experimental
|
||
|
```
|