diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 06:31:20 +0200 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-07-08 06:31:20 +0200 |
commit | f7fe1f3c38bb026889921c04310dcfb8d52e159a (patch) | |
tree | 804059a1a5396b6d9fc85169bc6df6b096188dd9 /README.org | |
parent | Release edition (diff) | |
download | 42-cub3d-f7fe1f3c38bb026889921c04310dcfb8d52e159a.tar.gz 42-cub3d-f7fe1f3c38bb026889921c04310dcfb8d52e159a.tar.bz2 42-cub3d-f7fe1f3c38bb026889921c04310dcfb8d52e159a.tar.xz 42-cub3d-f7fe1f3c38bb026889921c04310dcfb8d52e159a.tar.zst 42-cub3d-f7fe1f3c38bb026889921c04310dcfb8d52e159a.zip |
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..3140292 --- /dev/null +++ b/README.org @@ -0,0 +1,28 @@ +* Cub3D 1.0 - GNU Linux compatible release + +** Dependencies +Required dependencies to build: +- ~libbsd~ +- ~llvm9+~ +- ~libX11~ +- ~libXext~ +- ~libpthread~ +- ~make~ / ~gmake~ + +** How to run +Set the keyboard layout to US English, then: + +~make~ + +~make quest~ + +~make sergio~ + +** Controls +- Movement: ~W-A-S-D~ +- Camera rotation: ~Left-Right~ +- Weapon switch: ~1-2-3~ +- Fire weapon: ~Space~ +- Enable HUD: ~Tab~ + +* Good luck, hero! |