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

School Allowed Games software
Filter: All | Freeware | Demo
 

School Allowed Games

< 1 2 3 4 5 > 
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 05, 2010 | Visits: 1.774

Games::Dice Games::Dice is a Perl module that can be used to simulate dice rolls. SYNOPSIS use Games::Dice roll; $strength = roll 3d6+1; use Games::Dice roll_array; @rolls = roll_array 4d8; Games::Dice simulates die rolls. It uses a function-oriented (not object-oriented) interface. No functions...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (99): Games::Dice 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: March 20, 2010 | Visits: 923

Games::Alak Games::Alak is a simple game-tree implementation of a gomoku-like game. SYNOPSIS % perl -MGames::Alak -e Games::Alak::play ...Or just run Alak.pm as if it were a program... ...Program responds with output, and a prompt: Lookahead set to 3. I am X, you are O. Enter h for help X moves...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (120): Games::Alak 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: March 21, 2010 | Visits: 2.045

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: 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: 941

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

Released: October 26, 2010  |  Added: November 25, 2010 | Visits: 2.473

QZ School Management QZ School Management is a management software that turn your school,education center,learning center,kindergarten,child care center and daycare center to more manageable.It consists of several modules that simplifies and electronically all the information under the roof. Modules: 1)...


Platforms: Windows, Other

License: Freeware Size: 1.39 MB Download (1016): QZ School Management Download

Released: December 13, 2017  |  Added: December 24, 2017 | Visits: 2.288

Driving School Driving School can be used by Driving School Owners, Managers, Operators and Independent Instructors. Keep track of lessons and finances for all your instructors with one complete software system. Keeps all of your customer information and schedules organized so you can view them on a calendar...


Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $49.95 USD Size: 16.79 MB Download (1000): Driving School Download

Released: June 13, 2016  |  Added: July 21, 2016 | Visits: 1.811

Online School Calendar Teachers or administrators can post events that appear on targeted calendars, the school website, and on homepages of each student and parent. You can quickly create color-coded online calendars for different types of events, for example: class schedules, tests, sports events, performances,...


Platforms: Windows, Windows 7, Windows Server

License: Demo Cost: $4.95 USD Size: 195.12 KB Download (129): Online School Calendar Download

Released: October 01, 2012  |  Added: October 20, 2012 | Visits: 1.573

School Software Pack Pro School Software Pack by PrimaSoft includes pre-designed, ready-to-use database solutions: School Library System Textbook Manager Tool/Equipment Tracking System Inventory System Teacher Organizer Visitor Organizer Amigo (Calendar/Reminder) + over 100 database templates. Learn once use multiple...


Platforms: Windows

License: Shareware Cost: $349.00 USD Size: 7.31 MB Download (119): School Software Pack Pro Download

Released: September 28, 2012  |  Added: October 15, 2012 | Visits: 1.306

School Library Organizer Pro School Library Organizer Pro is an easy-to-use Windows software tool that helps you to organize and manage your school library. Our software is a perfect choice for school librarians who would like to manage the following activities of your library: - catalog, search, and circulate all your...


Platforms: Windows

License: Shareware Cost: $245.00 USD Size: 9.54 MB Download (109): School Library Organizer Pro Download

Released: November 16, 2011  |  Added: November 26, 2011 | Visits: 755

icSpeech Games icSpeech Games contains four interactive speech therapy games in a single, easy to use application. Each game can be configured to respond in real-time to the following speech parameters: - pitch - speech intensity - voice intensity - respiration - nasal airflow -oral airflow...


Platforms: Windows

License: Shareware Cost: $19.00 USD Size: 2.42 MB Download (92): icSpeech Games Download

Released: November 21, 2011  |  Added: January 24, 2012 | Visits: 1.359

School Track Student Attendance Software School Track is a robust solution for managing student attendance on school campuses. Track student attendance and tardiness, issue tardy slips and hall passes, assign warnings and detention. Parents can receive e-mail notification of any infraction occurred. Process late students quickly and...


Platforms: Windows

License: Demo Cost: $1499.00 USD Size: 42.2 MB Download (122): School Track Student Attendance Software Download

< 1 2 3 4 5 >