What else's fun to learn programmation oriented objects with game?
It was a personal game at 2003, finished in 2019.
Pre-requisite :
- JDK (OpenJDK or Oracle JDK)
- Graphic version of the game :
- to compile the game :
cd sources
javac -encoding ISO-8859-15 serpent/Serpent.java -d ../classes
- to launch the game :
cd classes
java serpent/Serpent
- To create the documentation :
cd sources
javadoc -encoding ISO-8859-15 -version -author *.java -package serpent serpent.interf serpent.objet -d ../docs
- Browse the documentation :
See the index.html file in docs folder.