-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor improvements to WFCDemo usability.
You can randomize the state by pressing r; pressing PrintScreen won't change the map state so you can take a picture of it. The README.md includes examples and controls.
- Loading branch information
1 parent
eadb192
commit a9a05b3
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# WFC Demo using Tiled | ||
|
||
## Controls | ||
|
||
They're simple! Press `q` or `Esc` to exit. Press `r` to randomize the map. | ||
Press `PrintScreen` to do nothing and let the OS handle taking a screenshot. | ||
Press any other key to generate the next map in order. | ||
|
||
This starts with a fixed seed so the first result will always be the same. | ||
Unless you press `r`, other maps generated will follow a specific order, | ||
the same every time. Pressing `r` will randomize and generate the next map. | ||
|
||
## Examples | ||
|
||
![Example generated map](https://i.imgur.com/7Q1gYyl.png) | ||
|
||
![Example generated map](https://i.imgur.com/KGtiV9V.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters