Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalyn committed Mar 20, 2020
1 parent 9fc16c0 commit 61f3c53
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ A multiplayer geography game using Websockets.

Visit [https://posio.abrenaut.com/](https://posio.abrenaut.com/) for a live demo.

![Screenshot](screenshot.png)

## Developing

To download the project:
Expand All @@ -23,4 +25,17 @@ To run the application :

python run.py

Open the following URL in your browser: [http://localhost:5000](http://localhost:5000)
Open the following URL in your browser: [http://localhost:5000](http://localhost:5000)

### Using Docker

Run:

docker-compose up

Wait until the environment builds and server is listening,
then go to <http://localhost:5000>.

## License

This project is under [MIT license](LICENSE).
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 61f3c53

Please sign in to comment.