Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyodum/rockpaperscissors
CSC 191 Final
https://github.com/anthonyodum/rockpaperscissors
Last synced: 20 days ago
JSON representation
CSC 191 Final
- Host: GitHub
- URL: https://github.com/anthonyodum/rockpaperscissors
- Owner: AnthonyOdum
- Created: 2018-12-05T21:54:01.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T00:10:17.000Z (about 6 years ago)
- Last Synced: 2024-10-28T14:53:46.435Z (2 months ago)
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Game server/client
Need to set Java home correctly. On Lab machines use
set JAVA_HOME="C:\Program Files\Java\jdk1.8.0_112"To build: gradlew installDist
To start server: build\install\RockPaperScissors\bin\game-server
To start client: build\install\RockPaperScissors\bin\game-clientHave to make gradle executable
Have to find IP of computer that's running the server. The other client computer must put the IP address after running the client command.