Skip to content

Tron server and client for the 2017 edition of the DIRO's hackathon

License

Notifications You must be signed in to change notification settings

abdelq/cybercycles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cybercycles

Dépôt contenant le serveur et le client utilisés à l'édition 2017 du hackathon du DIRO.

Exigences

Utilisation

Serveur

cd server
npm install
npm start

Client

Java:

cd client/java
mvn package
mvn exec:java

Javascript:

cd client/javscript
npm install
npm start