Skip to content

An async photo-taking "party" game, a little bit like broken picturephone, but with photos!

Notifications You must be signed in to change notification settings

zac-garby/brokencameraphone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 

Repository files navigation

brokencameraphone

A cool game. Play it at https://whisperingcameraphone.com.

Local setup for development

If you want to help with the development of bcp, or just self-host your own copy of it, that should be pretty easy. But let me know if you have any issues.

  1. (Make sure you have Python 3 and sqlite3 installed)
  2. Clone this repository: git clone https://github.com/zac-garby/brokencameraphone
  3. Go to the dev subdirectory: cd <path where you downloaded it>
  4. Install the library: python3 -m pip install .
  5. Set up the database: sqlite3 instance/bcp.sqlite3 < schema.sql
  6. Run the Flask server: python3 -m flask --app brokencameraphone/app.py run --debug --port 5001
  7. You should now be able to go to http://localhost:5001!

About

An async photo-taking "party" game, a little bit like broken picturephone, but with photos!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published