Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 348 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 348 Bytes

Jeu Puissance 4 In Java

How to compile

cd Jeu_Puissance4_En_Java-main
javac -d build src/*.java

How to execute

java -classpath build Main

How to generate the JavaDoc

cd src/JavaDoc
javadoc ../*.java

How to open the JavaDoc

firefox index.html

Or just open the file index.html in the JavaDoc directory