Home / current_version
Name Modified Size InfoDownloads / Week
Parent folder
JBoardGames.jar 2023-01-07 5.9 MB
release.txt 2023-01-07 6.6 kB
README.txt 2022-12-28 4.4 kB
Totals: 3 Items   5.9 MB 1
	**********************
	*  READ ME JBOARDS GAMES VERSION 1.0.0
	*
	*  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 Chess game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.chess.main.ChessFrame
	*
	*
	* to launch Quattro game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.quattro.main.QuattroFrame
	*
	* to launch Checkers game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.checkers.main.CheckersFrame
	*
	* to launch Backgammon game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.backgammon.main.BackgammonFrame
		*
	* to launch Go game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.go.main.GoFrame
	*
	* to launch Dominoes game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.dominoes.main.DominoesFrame
	*
	* to launch Mill game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.mill.main.MillFrame
		*
	* to launch Battleship game from command line extract the lib directory from the jar 
	* in the same directory and write :
	* java -Xms128m -Xmx1024m -classpath JBoardGames.jar  com.battleship.main.BattleshipFrame
	
	****  CHESS	1.0.18
	
	Select and move the pieces-squares with the mouse.
	
	Press key "S" to switch side view.
	
	Press key V to change from diagram/3D view
	
	Click on the move panel to see the game History.
	Click on the chessboard to come back to the current game.	
	
	Available Computer Player Openings:

	//Open Games:
	Bishop's Opening
	Center Game
	Danish Gambit
	Evans Gambit
	Italian Game
	King's Gambit
	Knights Game
	Petrov's/Russian Defence
	Philidor Defense
	Ruy López/Spanish Defence
	Scotch Game
		
	//Semi-Open Games:
	Alekhine's Defence
	Caro–Kann
	French Defence	
	Modern Defence
	Pirc Defense
	Scandinavian Defence	
	Sicilian Defence
	
	
	//Closed  Games:
	Benoni Defence
	Catalan Opening
	Dutch Defence
	English Opening
	Grünfeld Defence
	King's Indian Defence
	Nimzo-Indian Defence
	Queen's Gambit Accepted
	Queen's Gambit Declined
	Queen's Indian Defence
	Réti Opening
	Slav Defence
	Stonewall Attack
	Volga Gambit
	
	
	Chess puzzle source:
	"La Settimana Enigmistica"
	***********
	
	****  Quattro 1.2.3

	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	****  Checkers 1.0.9
	
	Press key V to change from diagram/3D view
	
	Press key "S" to switch side view.
			
	Click on the move panel to see the game History.
	Click on the checkers board to come back to the current game.	

	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	81 Checkers Openings From:	  
	Dennis Pawlek https://startcheckers.com article
	And
	Lee's Guide to the Game of Checkers or Draughts 
	New edition revised and enlarged by J.W.Dawson
	
	Puzzles source:
	https://www.usacheckers.com/
	
	**** Go 1.0.1
	
	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	**** Backgammon 1.0.2
	
	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	**** Dominoes 1.0.1
	
	Use arrow keys to move around the board
	
	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	**** Mill 1.0.5
	
	Currently available:
	
	Human vs Human
	Human vs Computer
	Computer vs Computer
	
	**** Battleship 1.0.0
	
	1) First phase: 
		set your fleet dragging the mouse on the Fleet Screen
		
	2) Second phase:
		Try to hit your enemy selecting cells on the Radar Secreen
	

	
Source: README.txt, updated 2022-12-28