[README] Updated.

This commit is contained in:
Quentin Bazin 2018-06-12 23:28:06 +02:00
parent 81368b2a66
commit 3c76f5ebaa

View File

@ -8,8 +8,7 @@
## Keys
- View: mouse controlled
- Movement: <kbd>W</kbd>, <kbd>A</kbd>, <kbd>S</kbd> and <kbd>D</kbd>
- Movement: <kbd>W</kbd><kbd>A</kbd><kbd>S</kbd><kbd>D</kbd>
- Land: <kbd>Shift</kbd>
- Fly: <kbd>Space</kbd>
- Exit: <kbd>Escape</kbd>
@ -21,7 +20,11 @@
- [SDL2](https://www.libsdl.org/download-2.0.php), [SDL2_image](https://www.libsdl.org/projects/SDL_image/), [SDL2_mixer](https://www.libsdl.org/projects/SDL_mixer/)
- OpenGL >= 2.1, [glm](http://sourceforge.net/projects/ogl-math/files/latest/download?source=files)
- [glew](http://sourceforge.net/projects/glew/files/latest/download) *(only required for Windows)*
- _Linux users: Check your distribution repositories for packages._
- _Linux users: Check your distribution repositories for packages._
- Run `cmake .` at the root of the game folder
- Run `make`, wait, run the game and enjoy!
## Previous version
- Here is the [commit](https://github.com/Quent42340/KubKraft/tree/8eba845421efff6ce941f8550ff79e6364970fd5) matching the end of the first version made in 2013.