-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
580 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
<html> | ||
<head> | ||
<title>Star SUDOKU - How To Install</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<link rel="stylesheet" type="text/css" href="mainCol.css"> | ||
<link rel="stylesheet" type="text/css" href="leftCol.css"> | ||
</head> | ||
<body> | ||
|
||
<div id="container"> | ||
<div id="hdr"> | ||
<span id="sitetitle">Star SUDOKU</span><br> | ||
<span id="subtitle">Open Source Cross Platform Sudoku Game</span> | ||
</div> | ||
<div id="lftcol"> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>Navigate Site:</h1> | ||
<p> | ||
<a href="http://starsudoku.sourceforge.net/">Home</a><br> | ||
<a href="http://sourceforge.net/projects/starsudoku/">Project Page</a><br> | ||
<a href="hawtoinstall.html">How To Install</a><br> | ||
<a href="hawtopaly.html">How To Play</a><br> | ||
<a href="screenshots.html">Screen Shots</a><br> | ||
<a href="http://sourceforge.net/project/showfiles.php?group_id=172265">Download</a><br> | ||
</p> | ||
<br> | ||
</div> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>My other projects:</h1> | ||
<p><a href="http://jetris.sf.net" target="blank"><img src="img/jtLogo.png"></a></p> | ||
<h1>Links:</h1> | ||
<p><a href="http://www.sf.net" target="blank"><img src="img/sfLogo.png"></a></p> | ||
<p><a href="http://www.java.com/en/download/manual.jsp" target="blank"><img src="img/javaLogo.png"></a></p> | ||
<p><a href="http://www.eclipse.org" target="blank"><img src="img/boeLogo.png"></a></p> | ||
<p><a href="http://sourceforge.net/donate/index.php?user_id=1553619" target="blank"><img src="img/donate.png"></a></p> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
<div id="maincol"> | ||
<!-- BEGIN CONTENT --> | ||
<h1>How to Install</h1> | ||
<p>All of this information you can also find in the ReadMe.txt file of Your Star SUDOKU.</p> | ||
|
||
<h2>To start Star SUDOKU try one of the following options: </h2> | ||
|
||
<ul> | ||
<li>Double click on the JAR File to start Star SUDOKU. If this didn't work, then you didn't associate your JAR Files with your JRE. </li> | ||
<li>Double click on StarSUDOKU.bat for Windows users or on StarSUDOKU for Linux users.</li> | ||
<li>Open the console go to your Star SUDOKU folder and type: <br>java -jar StarSUDOKU.jar</li> | ||
</ul> | ||
<br> | ||
<h2>For example:</h2> | ||
<p>You have a Windows Operating System, your Star SUDOKU folder is C:\StarSudoku then:<br> | ||
Open Start Menu -> Run type "cmd" in the console type "cd C:\StarSudoku" hit Enter then type "java -jar StarSUDOKU.jar" hit Enter</p> | ||
<div class="rule"></div> | ||
<!-- END CONTENT --> | ||
</div> | ||
<div id="bttmbar"></div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,119 @@ | ||
<html> | ||
<head> | ||
<title>Star SUDOKU - How To Play</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<link rel="stylesheet" type="text/css" href="mainCol.css"> | ||
<link rel="stylesheet" type="text/css" href="leftCol.css"> | ||
</head> | ||
<body> | ||
|
||
<div id="container"> | ||
<div id="hdr"> | ||
<span id="sitetitle">Star SUDOKU</span><br> | ||
<span id="subtitle">Open Source Cross Platform Sudoku Game</span> | ||
</div> | ||
<div id="lftcol"> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>Navigate Site:</h1> | ||
<p> | ||
<a href="http://starsudoku.sourceforge.net/">Home</a><br> | ||
<a href="http://sourceforge.net/projects/starsudoku/">Project Page</a><br> | ||
<a href="hawtoinstall.html">How To Install</a><br> | ||
<a href="hawtopaly.html">How To Play</a><br> | ||
<a href="screenshots.html">Screen Shots</a><br> | ||
<a href="http://sourceforge.net/project/showfiles.php?group_id=172265">Download</a><br> | ||
</p> | ||
<br> | ||
</div> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>My other projects:</h1> | ||
<p><a href="http://jetris.sf.net" target="blank"><img src="img/jtLogo.png"></a></p> | ||
<h1>Links:</h1> | ||
<p><a href="http://www.sf.net" target="blank"><img src="img/sfLogo.png"></a></p> | ||
<p><a href="http://www.java.com/en/download/manual.jsp" target="blank"><img src="img/javaLogo.png"></a></p> | ||
<p><a href="http://www.eclipse.org" target="blank"><img src="img/boeLogo.png"></a></p> | ||
<p><a href="http://sourceforge.net/donate/index.php?user_id=1553619" target="blank"><img src="img/donate.png"></a></p> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
<div id="maincol"> | ||
<!-- BEGIN CONTENT --> | ||
<a name="top"></a> | ||
<h1>How to Play</h1> | ||
<p>All of this information you can also find in the ReadMe.txt file of Your Star SUDOKU.</p> | ||
<p> | ||
<ul> | ||
<li><a href="#EnteringNumbers">Entering numbers in a cell</a></li> | ||
<li><a href="#DelNumbers">Deleting numbers from a cell</a></li> | ||
<li><a href="#SelectCell">Selecting a cell without entering a number</a></li> | ||
<li><a href="#DesignMode">Design mode</a></li> | ||
<li><a href="#AddOptions">Additional options</a></li> | ||
<li><a href="#SaveLoad">Save / Load</a></li> | ||
<li><a href="#Compleating">Completing a game</a></li> | ||
</ul> | ||
<br> | ||
</p> | ||
|
||
<h2>Entering numbers in a cell<a name="EnteringNumbers"></a></h2> | ||
<p>There now 2 different systems of selecting cells and entering numbers. The system being used can be changed from the option menu at any time.<br> | ||
The two systems are: | ||
<p><u>1. Select number then cells (default)</u><br> | ||
Select a number using the buttons at the bottom of the main playing area (or using the keyboard). After the required number has been selected you can use the left mouse button to place that number in the cell. You can also use the right mouse button to toggle the grid notes. </p> | ||
</p> | ||
<p><u>2. Select cell then number</u><br> | ||
Once the required cell has been selected with the left mouse button, you can place a number into that cell either using the number keys on the keyboard, or by left clicking on the buttons at the bottom of the main playing area. By right clicking on cell You will see a blue border around the cell and You can enter a note into the cell, the same way you enter a number.</p> | ||
</p> | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Deleting numbers from a cell<a name="DelNumbers"></a></h2> | ||
<p>If you want to delete a number or a note from a cell just enter the same number or note again. There is also a "Delete" button. If you click it or press 'D' and click on a cell with the left mouse button the number in the cell will be deleted, if you click with the right mouse button ALL notes will be deleted from the cell. | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Selecting a cell without entering a number<a name="SelectCell"></a></h2> | ||
<p>Click on the cell with the middle mouse button. | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Design Mode<a name="DesignMode"></a></h2> | ||
<p>Click on the 'Design New Sudoku' Button to start the Design Mode, by default Star Sudoku starts with Design Mode on. Enter Your numbers in the Grid and hit 'Play the designed Sudoku' button, if the game cannot find any solution to the numbers you've just entered then a dialog window is shown, otherwise You can begin solving the Sudoku puzzle. | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Additional options<a name="AddOptions"></a></h2> | ||
<p><ul> | ||
<li>Draw helping lines in the options menu - You can see easier, if there is a collision</li> | ||
<li>Solve - Give up the game and reveal the complete solution.</li> | ||
<li>Clear - Restart the game from the beginning.</li> | ||
</ul> | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Save / Load<a name="SaveLoad"></a></h2> | ||
<p>You can save the grid at any time (either when designing or when playing). All of your notes will be saved too, so you won't loose any information by saving/loading. | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<h2>Completing a game<a name="Compleating"></a></h2> | ||
<p>If you complete the puzzle successfully you will be informed by a pop up window automatically. | ||
</p> | ||
<a class="backtop" href="#top">Back to Top</a> | ||
<div class="rule"></div> | ||
|
||
<!-- END CONTENT --> | ||
</div> | ||
<div id="bttmbar"></div> | ||
</div> | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
<html> | ||
<head> | ||
<title>Star SUDOKU - Home</title> | ||
<link rel="stylesheet" type="text/css" href="style.css"> | ||
<link rel="stylesheet" type="text/css" href="mainCol.css"> | ||
<link rel="stylesheet" type="text/css" href="leftCol.css"> | ||
</head> | ||
<body> | ||
|
||
<div id="container"> | ||
<div id="hdr"> | ||
<span id="sitetitle">Star SUDOKU</span><br> | ||
<span id="subtitle">Open Source Cross Platform Sudoku Game</span> | ||
</div> | ||
<div id="lftcol"> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>Navigate Site:</h1> | ||
<p> | ||
<a href="http://starsudoku.sourceforge.net/">Home</a><br> | ||
<a href="http://sourceforge.net/projects/starsudoku/">Project Page</a><br> | ||
<a href="hawtoinstall.html">How To Install</a><br> | ||
<a href="hawtopaly.html">How To Play</a><br> | ||
<a href="screenshots.html">Screen Shots</a><br> | ||
<a href="http://sourceforge.net/project/showfiles.php?group_id=172265">Download</a><br> | ||
</p> | ||
<br> | ||
</div> | ||
<div class="leftcolbox"> | ||
<div class="leftcolboxtop"></div> | ||
<h1>My other projects:</h1> | ||
<p><a href="http://jetris.sf.net" target="blank"><img src="img/jtLogo.png"></a></p> | ||
<h1>Links:</h1> | ||
<p><a href="http://www.sf.net" target="blank"><img src="img/sfLogo.png"></a></p> | ||
<p><a href="http://www.java.com/en/download/manual.jsp" target="blank"><img src="img/javaLogo.png"></a></p> | ||
<p><a href="http://www.eclipse.org" target="blank"><img src="img/boeLogo.png"></a></p> | ||
<p><a href="http://sourceforge.net/donate/index.php?user_id=1553619" target="blank"><img src="img/donate.png"></a></p> | ||
<br> | ||
</div> | ||
|
||
</div> | ||
<div id="maincol"> | ||
<!-- BEGIN CONTENT --> | ||
<h1>Home</h1> | ||
<h2>Star SUDOKU is ...</h2> | ||
<p>Free Open Source representation of the currently very popular puzzle game Sudoku. Intends to provide an advanced user interface, that is both easy to use and appealing to the eye. <br> | ||
With Java Sudoku you can create random sudoku grids or design your own to play/solve, and it can be used as a sudoku generator and solver.<BR> | ||
Export Puzzles to various other formats.</p> | ||
|
||
<div class="rule"></div> | ||
|
||
<h2>Features</h2> | ||
<p> | ||
<ul> | ||
<li>Random puzzles every time you play</li> | ||
<li>Helping lines mode in the option menu, so You can see easier, if there is a collision</li> | ||
<li>2 different systems of selecting cells and entering numbers</li> | ||
<li>3 difficulty levels and an user custom level</li> | ||
<li>Load/Save Sudoku games without any kind of losses</li> | ||
<li>Design your own puzzles</li> | ||
<li>Export Puzzles to PDF, RTF, HTML, XML, CSV</li> | ||
</ul> | ||
</p> | ||
<div class="rule"></div> | ||
|
||
<h2>System requirements</h2> | ||
<p>Star SUDOKU is written in JAVA programming language, this means that it can be run on any Operating System which has JAVA Runtime Environment (JRE). You need JRE 1.5.0 (also know as JRE 5) or above. If you have an older JRE version then you will get an error message and the program will exit. You can download JRE for free at <a href="http://www.java.com/en/download/manual.jsp" target="blank">www.java.com</a> </p> | ||
<div class="rule"></div> | ||
<!-- END CONTENT --> | ||
</div> | ||
<div id="bttmbar"></div> | ||
</div> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
div.leftcolbox { | ||
padding: 0 0 0px 0; | ||
margin-left: 15px; | ||
margin-bottom: 15px; | ||
width: 170px; | ||
background: url('img/leftBottom.png') no-repeat bottom #6488F7; | ||
overflow: hidden; | ||
} | ||
|
||
div.leftcolboxtop { | ||
height: 10px; | ||
width: 170px; | ||
background: url('img/leftTop.png') no-repeat top; | ||
} | ||
|
||
.leftcolbox p { | ||
margin: 0 15px 12px 15px; | ||
font-size: 11px; | ||
line-height: 16px; | ||
color: #fff; | ||
} | ||
|
||
.leftcolbox img { | ||
margin: 0 auto; | ||
} | ||
|
||
.leftcolbox h1 { | ||
font-family: Verdana, Arial, sans-serif; | ||
margin: 0 15px 12px 15px; | ||
font-weight: bold; | ||
text-decoration : underline; | ||
color: #fff; | ||
letter-spacing: 0; | ||
font-size: 11px; | ||
line-height: 14px; | ||
} | ||
|
||
#lftcol a:link, #lftcol a:visited { | ||
padding-left: 11px; | ||
color: #fff; | ||
text-decoration: none; | ||
text-align: left | ||
} | ||
|
||
#lftcol a:hover, #lftcol a:active { | ||
padding-left: 11px; | ||
color: #9C0000; | ||
text-decoration: none; | ||
text-align: left | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
#maincol p { | ||
margin: 5px 20px 5px 75px; | ||
letter-spacing: 0px | ||
} | ||
|
||
#maincol h1 { | ||
margin: 15px 10px 15px 25px; | ||
font-family: Verdana, Arial, sans-serif; | ||
font-size: 18px; | ||
font-weight: bold; | ||
line-height: 19px; | ||
letter-spacing: 4px | ||
} | ||
|
||
#maincol h2 { | ||
margin: 5px 10px 15px 50px; | ||
font-family: Verdana, Arial, sans-serif; | ||
font-size: 14px; | ||
font-weight: bold; | ||
line-height: 19px; | ||
letter-spacing: 2px | ||
} | ||
|
||
#maincol .date { | ||
margin-left: 25px; | ||
font-size: 9px; | ||
color: #1C44BC; | ||
letter-spacing: 1px | ||
} | ||
|
||
#maincol a:link, #maincol a:visited { | ||
color: #1C44BC; | ||
text-decoration: none; | ||
} | ||
|
||
#maincol a:hover, #maincol a:active { | ||
color: #9C0000; | ||
text-decoration: none; | ||
} | ||
|
||
#maincol .backtop { | ||
margin: 0 0 0 450px; | ||
} | ||
|
||
#maincol ul { | ||
margin-top: 5px; | ||
margin-bottom: 5px; | ||
margin-left: 80px; | ||
list-style: square | ||
} | ||
|
||
#maincol li { | ||
margin-left: 10px | ||
} | ||
|
||
#maincol ol { | ||
margin-top: 15px; | ||
margin-bottom: 15px; | ||
font-size: 0.7em; | ||
line-height: 1.5em; | ||
list-style-type: decimal | ||
} | ||
|
||
div.rule { | ||
margin: 0 0 0 0; | ||
width: 570px; | ||
height: 36px; | ||
background: url('img/sep.png'); | ||
border: 0; | ||
} |
Oops, something went wrong.