-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct ReadMe and minor cosmetic updates
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
# PlayWithMe | ||
|
||
### This is a placeholder for multiplayer 5-in-a-row | ||
### Work is under the progress | ||
### This is a multiplayer 5-in-a-row | ||
#### Backend is build in Haskell | ||
|
||
### Instructions to run the server: | ||
#### 0. Install haskell stack | ||
#### 1. git clone {this repository} | ||
#### 2. cd PlayWithMe | ||
#### 3. stack build | ||
#### 4. stack exec server | ||
#### 5. Open {server-ip}:8080/ | ||
|
||
#### Note: ports 8080 and 9160 should be available |
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