The project Flashlight is a little puzzle game written with Python using the libraries Pygame and Pygame-Menu.
You find yourself in a dark room, only having a small flashlight as a light source. Using the arrow keys, you have to try to find the goal. This way you encounter various objects, with some of them you can interact, with some of them you can't.
Also, a level editor is included, with which you can build and save your own levels.
The simplest way of installing is:
$ git clone https://github.com/smilefab/Flashlight.git
$ cd Flashlight
$ pip install .
This automatically installs all the necessary dependencies.
After that you can start the game with:
python main.py
To cite this repository in publications:
@misc{Flashlight,
author = {Wahren,Fabian},
title = {Flashlight},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
howpublished = {\url{https://github.com/smilefab/Flashlight}},
}
For feedback, suggestions or questions feel free to contact me at: fabianwahren@gmail.com