Skip to content

ishaanshah/AmongUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmongUs

Steps to run

  • Create a directory lib and put source code for GLFW, GLAD and GLM in lib/glfw, lib/glad and lib/glm respectively.
  • Install Freetype library using package manager for your distribution.
  • Create a directory build and generate Makefile using -
mkdir build
cd build
cmake ..
  • Compile the program by running -
make
  • Execute the program using -
./AmongUs

Controls

  • W: Move Up
  • A: Move Left
  • S: Move Down
  • D: Move Right
  • Space: Toggle lights (Hold)

About

Poor man's clone of the popular game Among Us

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published