We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88584a7 commit aff0662Copy full SHA for aff0662
README.md
@@ -2,13 +2,25 @@
2
3
## Description
4
5
-Fabien Delattre(@Neabfi) and Keita Nonaka(@Gumichocopengin8) work in pairs.
+Fabien Delattre(`@Neabfi`) and Keita Nonaka(`@Gumichocopengin8`) work in pairs.
6
7
This is the Final Project of Computer Graphics(CS330) in spring/2019.
8
9
Our project is to make terrain like Minecraft.
10
11
-## How to Run
+It took 1-2 weeks to create this world.
12
+
13
+## How to run
14
15
- Download `CLion` by JetBrains
16
- Then, click `Run` button
17
18
+## Player Control
19
20
+- `w`: move forward
21
+- `s`: move backward
22
+- `d`: move right
23
+- `a`: move left
24
+- `space`: jump
25
26
+You can use mouse to see around
0 commit comments