Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.446.277 Times

Downloadable Games Sudoku Less Kb software
Filter: All | Freeware | Demo
 

Downloadable Games Sudoku Less Kb

< 1 2 3 4 5 
Added: November 23, 2006 | Visits: 3.487

Good Old Sudoku The most popular logic puzzle in Japan. It is very simple to learn, requires no calculations, and provides a surprisingly wide variety of logic situations. The rules are simple. Each row, column and minibox comprises the numbers 1 through 9. The solver must complete the missing numbers. So the...



Platforms: Windows

License: Freeware Size: 1.7 MB Download (207): Good Old Sudoku Download

Added: October 01, 2006 | Visits: 3.790

MousePeople Games Pack MousePeople Games Pack is a collection of 4 highly addictive games for your Pocket PCs - Solitaire Pack, Mahjong Solitaire, Abduction and Jungle Checkers - with over 60 solitaire games, 40 mahjong layouts, over 300 Abduction (sokoban) levels and a monkey who tries to line up 4 coconuts of the...





Platforms: Windows CE

License: Demo Cost: $29.95 USD Size: 1012 KB Download (205): MousePeople Games Pack Download

Released: January 05, 2002  |  Added: November 13, 2006 | Visits: 3.555

Bar Room Games Gold New editions of Pool, Darts, and Bowling, along with the Puzzle Game Bartender, make this the ultimate Bar Room Gaming Experience! New version includes much improved Darts!


Platforms: Windows

License: Shareware Cost: $10.00 USD Size: 2.36 MB Download (205): Bar Room Games Gold Download

Added: January 07, 2010 | Visits: 2.581

A Sudoku Solver in C A Sudoku Solver in C is a console-based Linux program, written in C language, that solves Su Doku puzzles using deductive logic. It will only resort to trial-and-error and backtracking approaches upon exhausting its deductive moves. Puzzles must be of the standard 9x9 variety using the (ASCII)...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (203): A Sudoku Solver in C Download

Added: February 05, 2006 | Visits: 4.410

Excellent Card Games Excellent Card Games for Windows. 5 addictive card games with many many features and options. All scores are kept for any number of players. Use any BMP JPG GIF or PCX graphic file as wallpaper. Complete on-line instructions for all the games: Yukon - a more challenging game of the solitaire...


Platforms: Windows

License: Shareware Cost: $24.95 USD Size: 774 KB Download (202): Excellent Card Games Download

Released: November 01, 2006  |  Added: November 12, 2006 | Visits: 3.847

Sudoku 9981 You can create, play, print,and solve Sudoku puzzles. Sudoku 9981 has unlimited puzzles for you to play, or you can copy puzzles from newspapers and magazines. You can also open many more grids from the Internet. The program will help you out when you get stuck as some of the features included...


Platforms: Windows

License: Shareware Cost: $17.95 USD Size: 1.07 MB Download (195): Sudoku 9981 Download

Added: February 22, 2010 | Visits: 1.596

Java Sudoku Java Sudoku is a cross platform version of the popular Sudoku logic game. Java Sudoku features an advanced user interface that is both easy to use and appealing to the eye. It allows you to generate completely random Sudoku puzzles, enter your own puzzles from newspapers and magazines, or load...


Platforms: *nix

License: Freeware Size: 72.7 KB Download (191): Java Sudoku Download

Added: October 26, 2010 | Visits: 1.750

Games::Mastermind::Solver Games::Mastermind::Solver is a Master Mind puzzle solver. SYNOPSIS # a trivial Mastermind solver use Games::Mastermind; use Games::Mastermind::Solver::BruteForce; my $player = Games::Mastermind::Solver::BruteForce ->new( Games::Mastermind->new ); my $try; print join( ,...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (191): Games::Mastermind::Solver Download

Added: October 26, 2010 | Visits: 1.739

Automagical Sudoku Solver Automagical Sudoku Solver project is an attempt to solve Sudoku puzzles using a computer. It can solve rather tough puzzles, but not all of them. Installation: The source code should compile flawlessly using the make utility. Then, simply run "ass < foo", where foo is a sudoku puzzle in text...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (188): Automagical Sudoku Solver Download

Added: August 11, 2010 | Visits: 1.562

Games::WoW::PVP Games::WoW::PVP is a Perl module with the great new Games::WoW::PVP! SYNOPSIS Quick summary of what the module does. Perhaps a little code snippet. use Games::WoW::PVP; my $WoW = Games::WoW::PVP->new(); # looking for a character my %hash = $WoW->search_player( { country => EU, # EU...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (187): Games::WoW::PVP Download

Added: September 25, 2010 | Visits: 2.153

Games::Baseball::Scorecard Games::Baseball::Scorecard is a Perl module. SYNOPSIS my $score = Games::Baseball::Scorecard->new($dir, $name, { color => [ .4, .4, .4 ], # grey fonts => [ # Myriad Condensed regular/bold [ myriadrcrrl => 9 ], [ myriadrcbrl => 14 ], [ myriadrcrrl => 14 ], [ myriadrcbrl => 22 ], ], });...


Platforms: *nix

License: Freeware Size: 348.16 KB Download (183): Games::Baseball::Scorecard Download

Added: August 28, 2008 | Visits: 2.630

Free Cat Games Play awesome free cat games on your computer! 3 free fun, addicting cat games. These 3 free cat arcade games are totally awesome and fun. Play Cat Baseball, Castle Cat and Cat Tic-Tac-Toe! A must have for all arcade game lovers. Have fun and play for hours!


Platforms: Windows, Windows CE

License: Freeware Size: 1.68 KB Download (181): Free Cat Games Download

Released: June 06, 2003  |  Added: August 20, 2006 | Visits: 4.362

Spanish Listening Games Spanish Listening Games is a collection of eight games designed to help you with the most difficult part of learning Spanish : understanding what you hear. It includes a wide variety of themes with native speakers from Latin American countries and Spain. Card matching, Question - Answer, Find the...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 1.44 MB Download (172): Spanish Listening Games Download

Added: January 24, 2010 | Visits: 1.696

Games::OpenGL::Font::2D Games::OpenGL::Font::2D module can load/render 2D colored bitmap fonts via OpenGL. SYNOPSIS use Games::OpenGL::Font::2D; my $font = Games::OpenGL::Font::2D->new( file => font.bmp ); use SDL::App::FPS; my $app = SDL::App::FPS->new( ... ); # dont forget to change these on resize...


Platforms: *nix

License: Freeware Size: 22.53 KB Download (171): Games::OpenGL::Font::2D Download

Added: March 21, 2010 | Visits: 2.046

Games::Goban Games::Goban is a board for playing go, renju, othello, etc. SYNOPSIS use Games::Goban; my $board = new Games::Goban ( size => 19, game => "go", white => "Seigen, Go", black => "Minoru, Kitani", referee => &Games::Goban::Rules::Go, ); $board->move("pd"); $board->move("dd"); print...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (170): Games::Goban Download

Added: September 16, 2010 | Visits: 1.410

Games::Euchre::Trick Games::Euchre::Trick is a trick class for Euchre card game. Only one Trick instance is alive at one time per Euchre game. The Trick keeps track of which cards have been played, and provides useful functions to determine which cards are legal plays, as well as who is the winner of the trick....


Platforms: *nix

License: Freeware Size: 21.5 KB Download (167): Games::Euchre::Trick Download

Added: August 25, 2008 | Visits: 1.299

Sudoku Generator Sudoku generator has 3 levels of difficulty, solved or not solved Sudokus may be saved and saved files may be reloaded into the 9x9 Sudoku grid. You can print the created Sudoku grid or play on your computer screen, no installation is required, simply download Sudoku.exe file and play.


Platforms: Windows

License: Freeware Size: 245 KB Download (163): Sudoku Generator Download

Added: August 02, 2008 | Visits: 1.141

Sudoku Countdown How good are you at Sudoku? You can find out on this time based version without turning over an hour glass. If you have not played Sudoku before, you must be start playing. Itls very simple and highly addictive. Place the numbers 1 to 9 in the grids so they only appear once in each row, column...


Platforms: Windows

License: Freeware Size: 1.91 MB Download (160): Sudoku Countdown Download

Added: August 30, 2008 | Visits: 1.307

3D Classic Card Games 3D Classic Card Games 1.1 is a collection of different American card games like Whist, Person Seven Up, Trumps, etc. You can play against the PC or on-line against a friend.The graphics quality and sound effects are highly realistc, as if you were really playing cards.


Platforms: Windows

License: Shareware Cost: $0.00 USD Size: 6 KB Download (160): 3D Classic Card Games Download

Added: August 18, 2008 | Visits: 1.141

Athens 2004 Olympic Games ScreenSaver Athens 2004 Olympic Games hightlights in amazing slideshow with automatic desktop wallpaper changer will bring you into the center of the Olympic Cyclone. The true spirit of the Olympic Games will surround you with the Athens 2004 Olympic Games screensaver. It has never been easier before to feel...


Platforms: Windows

License: Freeware Size: 4.96 MB Download (158): Athens 2004 Olympic Games ScreenSaver Download

< 1 2 3 4 5