Skip to content

esqr/GoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoGame

Build Status

Building & running

Requirements

  • JDK with JavaFX >= 8u40 (recommended oracle)
  • Apache Maven 3

Building:

To build: mvn package
maven will resolve dependencies and create jar artifacts

Running:

To run server: java -jar server/target/server-1.0-SNAPSHOT.jar
To run client: java -jar client/target/client-1.0-SNAPSHOT.jar

Importing project to IntelliJ Idea

Just import as maven project.
Note that the imported project will not have run/debug configurations. You have to set up them manually or just run class which contain main() method (right click on class and select Run 'ClassName.main()'.

Below are classes containing main()

Module Class Name Location in project root directory
Server Server server/src/main/java/gogame/server/Server.java
Client ClientApplication client/src/main/java/gogame/client/ClientApplication.java

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •