Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Latest commit

 

History

History
60 lines (40 loc) · 1.83 KB

README.md

File metadata and controls

60 lines (40 loc) · 1.83 KB

🔦 Searchlight (Not finished)

Lighthouse, Inspired by Hidden Folks in an exhibit of independent video games at MoPop (Seattle)

Live Demo: thcheetah777.github.io/searchlight

Description

Lighthouse is a bird's-eye view video game. The player has to track down the listed targets in the dark, with only a short-range flashlight. The player can eat powerups to make his flashlight range wider. The player can also chop down trees to look behind them.

Getting Started

Cloning

  • Open your preferred command line
  • Copy and enter this into the prompt
git clone https://github.com/thcheetah777/searchlight/
  • Wait for it to unpack
  • After it's done cloning, enter
cd searchlight

Running the game

  • First, you need to set up the server via Python. (If you don't have Python, download it here) Do this by entering
python -m http.server

or

python3 -m http.server

or python -m SimpleHTTPServer and python3 -m SimpleHTTPSServer

Contribution

Read CONTRIBUTING.md for more info

Version History

None right now 😞

License

This project is licensed under the MIT License - see the LICENSE.md file for full details

Acknowledgments