Skip to content

GabeMed/shadow-heist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shadow Heist

Stealth-heist game built in Panda3D for Computer Graphics class.

Run

python -m venv .venv
source .venv/bin/activate          # or .venv\Scripts\activate on Windows
pip install -r requirements.txt
python main.py

Controls

Key Action
WASD / arrows Move
Mouse Camera orbit
Lshift Crouch
Space Jump
Mouse1 Grab nearest item
E Camouflage (1s, 8s cooldown)
Escape Pause / menu
C Dev free-cam toggle (game must be unpaused)

Layout

main.py            entry point
config.py          tunable constants
core/              level / scene management
entities/          player + grabbable items
shaders/           GLSL 330 shaders
assets/            models

See CHANGELOG.md for change log and docs/techniques.md (TBD) for the graphics-rubric breakdown.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors