Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zac-garby/brokencameraphone
An async photo-taking "party" game, a little bit like broken picturephone, but with photos!
https://github.com/zac-garby/brokencameraphone
Last synced: 8 days ago
JSON representation
An async photo-taking "party" game, a little bit like broken picturephone, but with photos!
- Host: GitHub
- URL: https://github.com/zac-garby/brokencameraphone
- Owner: zac-garby
- Created: 2023-09-19T13:18:49.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-16T08:16:25.000Z (4 months ago)
- Last Synced: 2024-07-16T10:42:59.492Z (4 months ago)
- Language: Python
- Homepage: https://whisperingcameraphone.com
- Size: 365 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# brokencameraphone
A cool game. Play it at [https://whisperingcameraphone.com](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.0. (Make sure you have Python 3 and sqlite3 installed)
1. Clone this repository: `git clone https://github.com/zac-garby/brokencameraphone`
2. Go to the dev subdirectory: `cd `
3. Install the library: `python3 -m pip install .`
4. Set up the database: `sqlite3 instance/bcp.sqlite3 < schema.sql`
5. Run the Flask server: `python3 -m flask --app brokencameraphone/app.py run --debug --port 5001`
6. You should now be able to go to [http://localhost:5001](http://localhost:5001)!