Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 1.59 KB

File metadata and controls

55 lines (42 loc) · 1.59 KB

Flashlight

The project Flashlight is a little puzzle game written with Python using the libraries Pygame and Pygame-Menu.

Gif not Found!

Contents of this document

Basics

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.

Gif not Found!

Installation

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

Citing the Project

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}},
}

Contribute

For feedback, suggestions or questions feel free to contact me at: fabianwahren@gmail.com