var fDesc=new Array(); fDesc[0] = "Sudoku - Eastern Wisdom - Free Sudoku
Sudoku - numeric puzzle! Examine your analytical skills! Sudoku is named "magic square". In this game a widely popular and favourite puzzle is beautified with citations of great people. Picturesque views of Japan will help you dive into the process. Sudoku is most popular puzzle of the 21st century; its history takes its roots in ancient times. The rules of Sudoku are rather simple: the gaming field consists of a 9x9 size square, divided into smaller squares 3 cells for a side. So the whole gaming field contains 81 squares. Some squares have digits from 1 to 9 in the beginning of the game. The goal of the game is to fill in free squares with digits from 1 to 9 so, that every digit would meet only once in every line, every column and every small 3x3 square.
Screenshots
Download SUDOKU - EASTERN WISDOM - Free Sudoku
Download SUDOKU - EASTERN WISDOM - Free Sudoku
Download SUDOKU - EASTERN WISDOM - Free Sudoku
Features
Famous numeric puzzle. Beauty of Japan and wisdom of the East
SuDoKu generation. 3 difficulty levels
Picturesque views of Japan. 9 various skins
Load / save. Competition of speed.
User friendly interface.
Free Sudoku - Absolutely FREE
System Requirements
Microsoft Windows NT/2000/XP or better
Pentium 600mhz or better
64 MB RAM
20 MB hard drive space
800x600 display resolution mode or higher
High or true color highly recommended
DirectX 7.0 or better"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }