Added usage information to README.md
This commit is contained in:
23
README.md
23
README.md
@@ -1,5 +1,24 @@
|
||||
# minceraft
|
||||
# Minceraft
|
||||
|
||||
A Minecraft clone written in C++11.
|
||||
|
||||

|
||||

|
||||
|
||||
# Usage
|
||||
|
||||
```
|
||||
Usage: ./minceraft ...
|
||||
|
||||
-s <path-to-level> [x_res y_res z_res]
|
||||
|
||||
Play singleplayer. If a world save exists at <path-to-level>, the.
|
||||
world is loaded and the given dimensions (if any) are ignored. If not,
|
||||
a new world is generated with the given dimensions and saved to
|
||||
<path-to-level>.
|
||||
|
||||
-q [x_res y_res z_res]
|
||||
|
||||
Play quickplay. A new world is generated with the given dimensions (if.
|
||||
any) and is stored in memory for the duration of the gameplay.
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user