Skip to content

FabsWabs/Flashlight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Puzzle Game created with Python and Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages