Download Latest Version JSportgames.jar (3.5 MB)
Email in envelope

Get an email when there's a new version of JSportGames

Home / current_version
Name Modified Size InfoDownloads / Week
Parent folder
JSportgames.jar 2023-06-30 3.5 MB
README.txt 2023-06-30 2.8 kB
release.txt 2023-06-30 2.8 kB
Totals: 3 Items   3.5 MB 1
	**********************
	*  READ ME JSPORTGAMES VERSION 1.0.4
	*
	*  by Piazza Francesco Giovanni 
	*	
	**********************
		
	Java version:1.7.0_02
	Edited using Eclipse Platform Version 3.7.0
	Used Gimp as drawing software.
	*
	* To launch ALL GAMES with a common loader from command line, extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.loader.JSportGamesLoader
	*
	****
	*
	* To launch TENNIS from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.tennis.main.TennisFrame 
	*
	* To use a more advanced Loader write:
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.tennis.loader.TennisLoader
	*
	****
	*
	* To launch GOLF from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.golf.main.GolfFrame 
	*
	* To use a more advanced Loader write:
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.golf.loader.GolfLoader
	*
	****
	*
	* To launch POOL from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.pool.main.PoolFrame
	*
	* To use a more advanced Loader write:
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.pool.loader.PoolLoader
	*
	***
	*
	* To launch BASKET from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.basket.main.BasketFrame
	*
	***
	*
	* To launch Volley from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar  com.volley.main.VolleyFrame
	*
	***
	*
	* To launch the Player Editor:
	* java -Xms128m -Xmx1024m -classpath JSportgames.jar   com.editor.PlayerEditor
	*
	****
	
	***TENNIS RULES
	
	Reference site:
	http://protennistips.net/tennis-rules/
	
	*** TENNIS KEYS
	
	W,A,S,D or Arrow Keys: Move player
	H: hit the ball direct
	J: hit the ball crosswise
	
	*** GOLF KEYS
	
	RETURN/ENTER: load the power bar
	ARROW KEYS:  rotate view left/right
	M: see Hole Map
	I: switch on/off draw player image
	
	MAP key:
	User arrows to move around the map, F1,F2 to zoom out and in.
	
	*** POOL KEYS
	
	RETURN/ENTER: load the power bar
	ARROW KEYS:  rotate view cur around
	
	*** BASKETBALL KEYS
	
	ARROW KEYS:  to move around
	X: throw ball
	Z: pass ball
	
	*** VOLLEY BALL KEYS
	
	ARROW KEYS:  to move around
	X: spike ball/ serve
	   pass/receive
	   Dig
	Z: block
	S: set

	
Source: README.txt, updated 2023-06-30