Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anthonyodum/rockpaperscissors

CSC 191 Final
https://github.com/anthonyodum/rockpaperscissors

Last synced: 20 days ago
JSON representation

CSC 191 Final

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-client

Have 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.