Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.
/ tron Public archive

tron game as a server-client application.

Notifications You must be signed in to change notification settings

hoffmann-jan/tron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tron Game

server client based game.

Client Java

  • Java 12
  • Import in eclipse as "Existing Maven Project"
  • Adjust path of JRE in pom.xml
  • Run as Maven Build with goal "clean javafx:run"

Server CSharp

  • .Net Core 2.2
  • configure server in AppConfig.json
    • ip address
    • port

Run Release

  • open terminal
  • navigate to ../tron/server_cs/Server
  • command: dotnet run --configuration Release

Run Debug

  • open terminal
  • navigate to ../tron/server_cs/Server
  • command: dotnet run