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.154.878 Times

Level I Reading Games freeware
Filter: All | Freeware | Demo
 

Level I Reading Games

< 1 2 3 4 5 
Added: August 26, 2010 | Visits: 1.249

Games::ScottAdams::Tutorial Games::ScottAdams::Tutorial is a Perl module with the Scott Adams Adventure Compiler Tutorial. INTRODUCTION This document walks you through the process of creating a small but complete and playable game with six rooms, seven items including a single treasure, and a couple of puzzles. It...



Platforms: *nix

License: Freeware Size: 49.15 KB Download (127): Games::ScottAdams::Tutorial Download

Added: April 05, 2010 | Visits: 1.420

Games::Checkers SYNOPSIS # automatical computer-vus-computer play script use Games::Checkers::Constants; use Games::Checkers::Board; use Games::Checkers::BoardTree; my $board = new Games::Checkers::Board; my $color = White; my $numMoves = 0; print $board->dump; while ($board->canColorMove($color)) {...





Platforms: *nix

License: Freeware Size: 286.72 KB Download (124): Games::Checkers Download

Added: March 21, 2010 | Visits: 2.182

Java Games Java Games project is a collection of simple games that are compiled into Java applets and meant to be played online in a Web browser. Currently the collection contains four games: XO World (similar to tic-tac-toe, but with lines of 5 on a 10x10 board); 100 Mack (guess the random combination of...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (596): Java Games Download

Added: January 16, 2010 | Visits: 687

Gtk2::Ex::DBITableFilter Gtk2::Ex::DBITableFilter is a high level widget to present large amounts of data fetched using DBI. Also provides data filtering capabilities. May be you are dealing with tons of relational data, safely tucked away in an RDBMS, accessible using DBI, and may be you would like to view them in a...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (92): Gtk2::Ex::DBITableFilter Download

Added: April 27, 2010 | Visits: 905

Games::Object Games::Object is a Perl module to provide a base class for game objects. SYNOPSIS package MyGameObject; use Games::Object; use vars qw(@ISA); @ISA = qw(Games::Object); sub new { # Create object my $proto = shift; my $class = ref($proto) || $proto; my $self = $class->SUPER::new(@_);...


Platforms: *nix

License: Freeware Size: 84.99 KB Download (89): Games::Object Download

Added: November 27, 2010 | Visits: 1.265

Games::Go::SGF2misc::SVG Games::Go::SGF2misc::SVG is a Perl package to simplify SGF game rendering using Image::LibrSVG. SYNOPSIS use Games::Go::SGF2misc::SVG; my $image = new Games::Go::SGF2misc::SVG(imagesize => 3in, boardsize => 19, gobanColor=> white ); $image->drawGoban(); $image->placeStone(b,cd);...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (100): Games::Go::SGF2misc::SVG Download

Added: January 24, 2010 | Visits: 1.688

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: May 03, 2010 | Visits: 914

Games::Console Games::Console Perl module provide a 2D quake style in-game console. SYNOPSIS use Games::Console; my $console = Games::Console->new( font => $font_object, background_color => [ 1,1,0], background_alpha => 0.4, text_color => [ 1,1,1 ], text_alpha => 1, speed => 50, # in percent per...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (97): Games::Console Download

Added: September 27, 2010 | Visits: 903

Games::Mastermind Games::Mastermind is a simple framework for MasterMind games. SYNOPSIS use Games::Mastermind; # the classic game $mm = Games::Mastermind->new; # make a guess $marks = $game->play(qw( Y C W R )); # results print "You win!n" if $marks->[0] == $mm->holes(); # the game history is...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (105): Games::Mastermind Download

Added: January 05, 2010 | Visits: 1.905

High Level Virtual Machine High Level Virtual Machine is a toolkit for developing virtual machines for dynamic languages. The High Level Virtual Machine is: - Based on LLVM (Low Level Virtual Machine). LLVM is HLVMs sister project. HLVM gains tremendous capability from LLVM in the areas of code generation, bytecode...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (100): High Level Virtual Machine Download

Added: January 11, 2010 | Visits: 956

I-cons I-cons are easy to read, clear-looking and (allmost) configurable set of SuperKaramba themes, together making desktop look nice (i hope). Each widget has a number of config options. From these, i would mention "3/4 size widget", which makes widget switch icons and texts sizes, so widget became...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (94): I-cons Download

Added: February 12, 2010 | Visits: 953

gnome-socket gnome-socket provides a simple library for high-level network asynchronous I/O in GNOME applications. gnome-socket is a library that provides simple high-level network access to GNOME applications. Its main features are asynchronous DNS lookup and non-blocking network I/O. Its designed to use...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (91): gnome-socket Download

Added: November 08, 2013 | Visits: 1.192

Pachi el marciano Pachi el marciano is a platforms game inspired by games like Manic Miner and Jet Set Willy from the legend Mathew Smith. The goal of the game is to collect all the objects of each level, when this is made, the exit gate to the next stage will appear and you can pass trough. Pachi is a comics...


Platforms: *nix

License: Freeware Size: 3.04 MB Download (104): Pachi el marciano Download

Added: October 08, 2010 | Visits: 963

Audio::TagLib Audio::TagLib is a library for reading and editing audio meta data, commonly known as tags. SYNOPSIS use Audio::TagLib; use warnings; use strict; my $f = Audio::TagLib::FileRef->new("Latex Solar Beef.mp3"); my $artist = $f->tag()->artist(); print $artist->toCString(), "n"; # got "Frank...


Platforms: *nix

License: Freeware Size: 1.4 MB Download (95): Audio::TagLib Download

Added: July 04, 2010 | Visits: 954

Games::LMSolve::Base Games::LMSolve::Base is a base class for puzzle solvers. SYNOPSIS package MyPuzzle::Solver; use Games::LMSolve::Base; @ISA = qw(Games::LMSolve::Base); # Override these methods: sub input_board { ... } sub pack_state { ... } sub unpack_state { ... } sub display_state { ... } sub...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (96): Games::LMSolve::Base Download

Added: November 09, 2010 | Visits: 1.977

Games::Go::SGF Games::Go::SGF is a Perl module that can parse and dissect Standard Go Format files. SYNOPSIS use Games::Go::SGF; my $sgf = new Games::Go::SGF($sgfdata); print "Game played on ".$sgf->date."n"; print $sgf->white. " (W) vs. ".$sgf->black." (B)n"; print "Board size: ".$sgf->size.". Komi:...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (95): Games::Go::SGF Download

Added: June 14, 2010 | Visits: 1.145

Games::AlphaBeta::Reversi Games::AlphaBeta::Reversi is a Reversi position class for use with Games::AlphaBeta. SYNOPSIS package My::Reversi; use base qw(Games::AlphaBeta::Reversi); # implement drawing routine sub draw { ... } package main; use My::Reversi; use Games::AlphaBeta; my ($p, $g); $p =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (131): Games::AlphaBeta::Reversi Download

Added: February 27, 2010 | Visits: 896

Games::AlphaBeta::Position Games::AlphaBeta::Position is a base Position class for use with Games::AlphaBeta. SYNOPSIS package My::GamePos; use base qw(Games::AlphaBeta::Position); sub apply { ... } sub endpos { ... } # optional sub evaluate { ... } sub findmoves { ... } package main; my $pos =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (91): Games::AlphaBeta::Position Download

Added: July 04, 2010 | Visits: 939

Games::Sequential::Position Games::Sequential::Position is a base Position class for use with Games::Sequential. SYNOPSIS package My::GamePos; use base Games::Sequential::Position; sub init { ... } # setup initial state sub apply { ... } package main; my $pos = My::GamePos->new; my $game =...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (96): Games::Sequential::Position Download

Added: March 27, 2010 | Visits: 2.485

Gnome Games 2.18.2.1 / Gnome Games is a collection of games for the GNOME desktop. There are sixteen games including card games, puzzle games, and arcade games. These games are designed to be simple but addictive – five minute games for when you need a break. Regretfully we cannot be held responsible for the...


Platforms: *nix

License: Freeware Size: 9 MB Download (279): Gnome Games 2.18.2.1 / Download

< 1 2 3 4 5