|
PageName
Home page.
Hano CupHano Cup because hano is my nick. It comes as an abbreviation of Towers of Hanoi, the famous problem. Know more about me at my homepage ( English and Spanish, :) ) Based on the great job made by Jorge Rubiera for the JavaCup 2007 framework. (Spanish) The main target of this project is to add several useful features:
The first version of this project, called 0.0, is the original code. version 0.0 ExecutionCheck for the last version here. Just extract the zip content to a local directory.
View
FeaturesAll the included features will be compatible with the Java Cup 2007 rules (time, game loop, physics,..). I'll keep this philosophy for all 0.x.x... versions. Jar creationEasy usage. Double-clicking over the jar file will open the application. For advanced usage, see command-line bellow. Tactics, dynamic loadingProgrammed tactics can be dynamically loaded, just inserting their bytecode in the direcotory tactics in the same path where the jar file is. SimulationSimulation mode allows to run a match without repainting. LoggingAll that happens in a match, can be saved in a log file. Command-lineFor usage without the application, command-line execution is allowed. In tourney mode, a text file will one team name in each line: 1 vs. 2, 3 vs. 4, ... Winners pass to next rounds, until one of them win. Usagejava -jar futbol.jar [[-n X t1 t2] | [-t [tourney]]]
|