Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waseem-polus/webpoker
https://github.com/waseem-polus/webpoker
Last synced: about 12 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/waseem-polus/webpoker
- Owner: waseem-polus
- License: gpl-3.0
- Created: 2022-02-18T16:10:26.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T12:26:44.000Z (over 2 years ago)
- Last Synced: 2024-05-03T15:42:32.516Z (7 months ago)
- Language: Java
- Size: 408 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebPoker projct
to compile and start server while in the base WebPoker directory:
```bash
mvn clean compile package
mvn exec:java -Dexec.mainClass=uta.cse3310.WebPoker
```to connect to server with browser go to:
127.0.0.1:8081/index.htmlGame hosted by the professor on http://WebPoker.info:8081