aboutsummaryrefslogtreecommitdiffstats
path: root/README.org
blob: 31402929771afc055d8ff93165ec36f19ba08725 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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!