Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 378 Bytes

File metadata and controls

14 lines (9 loc) · 378 Bytes

ultimate-ttt-player-java

Welcome!

Welcome! You're probably here because you're in a hackathon we're running.

If so, make sure you've read our docs .

Compile

From the src folder run javac -cp . ./Run_Player.java -d ../dist

Run

From the dist folder run uabc --host {server host} --token {your token} -f "java Run_Player"