Skip to content

Latest commit

 

History

History
71 lines (48 loc) · 1.66 KB

README.md

File metadata and controls

71 lines (48 loc) · 1.66 KB

How to download & execute

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  • Download glfw with brew install glfw or any packet downloader of your choice
  • Go to the game folder (directory) where the Makefile is
  • Write this command to your terminal: make re
  • Write this command to your terminal to start the game: ./cub3d
  • Enjoy :)



Controls

W Move Forward

S Move Back

D Move Right

A Move Left

F Open Doors

ESC To Switch Main Menu

Mouse Move Look Around


Instructions

You are in a dungeon to collect some hidden quests. Use W A S D buttons to move and use mouse to look around. But be careful!

Quest guard Luci doesn't like people who try to steal his treasures.

Hence, it will be following you. Watch your six!




How to install brew to 42 computers?

rm -rf $HOME/.brew && rm -rf $HOME/goinfre/.brew && git clone --depth=1 https://github.com/Homebrew/brew $HOME/goinfre/.brew && echo 'export PATH=$HOME/goinfre/.brew/bin:$PATH' >> $HOME/.zshrc && source $HOME/.zshrc && brew update