Skip to content

AdlarX9/trophees-nsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trophees-nsi

Please respect the following defined architecture:

├── sources/ │ ├── assets/ │ │ ├── images/ │ │ ├── sounds/ │ │ ├── music/ │ ├── src/ │ │ ├── init.py │ │ ├── main.py │ │ ├── elements/ │ │ │ ├── init.py │ │ │ ├── game_loop.py │ │ │ ├── player/ │ │ │ ├── rooms/ │ │ │ │ ├── office/ │ │ │ │ ├── main.py │ │ │ │ └── test.py │ │ │ │ └── other_room/ │ │ │ └── cryptography_machines/ │ │ │ └── enigma.py │ │ └── utils/ │ │ ├── init.py │ │ ├── input_handler.py │ │ ├── sound_manager.py │ │ └── game_constants.py

Releases

No releases published

Packages

No packages published

Languages