-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
## Prerequisite | ||
|
||
You need to install Docker. | ||
|
||
## Building an Image | ||
|
||
__Clone the repository__ | ||
|
||
git clone https://github.com/Elao/curvytron.git | ||
cd curvytron | ||
|
||
__Build the docker image__ | ||
|
||
docker build -t yourname/curvytron . | ||
|
||
## Launch server | ||
|
||
docker run -d --name curvytron -p 8080:8080 yourname/curvytron | ||
|
||
## Play | ||
|
||
Go to [http://localhost:8080](http://localhost:8080/) | ||
Join a room, choose a player name and play! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters