A downloadable game

Reimaging of the World Renowned Handville

Updated 3 hours ago
Published 1 day ago
StatusReleased
AuthorDimanor3
GenreAdventure
Tags3D, Godot, Horror

Download

Download
Handville 1 - Reimagined Trailer.mp4 371 MB
Download
Final Game.zip 465 MB

Comments

Log in with itch.io to leave a comment.

I'm not sure what I'm doing wrong, my camera light doesn't come on when running the game using the bat file, nor does it turn on using the python script. Please let me know how to run it properly so I can play the game.

(1 edit)

If you haven't already, you probably just need to install the python dependencies, if you go into your command prompt and cd into the python folder you should be able to run the below command.

pip install -r requirements.txt

Edit: The readme file has been updated with this info.