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

Dice Roll App software
Filter: All | Freeware | Demo
 

Dice Roll App

< 1 2 3 4 5 > 
Released: August 01, 2014  |  Added: October 12, 2014 | Visits: 548

Roll the Dice This fun application can render from 1 up to 12 dice on your screen. Each dice can display numbers from 1 to 9. You can choose the number of dice rendered on the screen, the displayed numbers which a dice can show (1 through 9), the background color of the dice and the dice face. There is also a...



Platforms: Windows, Windows 8, Windows 7

License: Shareware Cost: $4.95 USD Size: 2.08 MB Download (43): Roll the Dice Download

Released: July 07, 2012  |  Added: July 07, 2012 | Visits: 636

Random Dice Roller Software This software offers a solution for users who want to create custom random dice to roll. You can create any type of dice, coin or even random event. Some examples are classic 6-sided dice, a 20-sided dice, a coin, even rock-paper-scissors or pulling a name from a hat. You can input the number of...





Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.76 MB Download (48): Random Dice Roller Software Download

Released: September 09, 2012  |  Added: September 09, 2012 | Visits: 558

Ya! Dice In this game you roll 5 dice and match the result with the patterns to score points. First, you roll 5 dice, and then you can choose to keep a number of dice and roll the rest again, and then do this one more time. After that you can match the final result with one of the patterns, each pattern...


Platforms: Windows

License: Freeware Size: 262 KB Download (461): Ya! Dice Download

Released: June 19, 2010  |  Added: June 23, 2010 | Visits: 1.209

ZC Dice ZC Dice generates random dice rolls for use with pen-and-paper RPGs, wargames, and other tabletop games. It can also be used for anything that requires random numbers. It is small and compact, taking up very little screen space.


Platforms: Windows

License: Freeware Size: 292.94 KB Download (148): ZC Dice Download

Released: June 06, 2012  |  Added: June 06, 2012 | Visits: 596

Ten Thousand Dice Ten Thousand Dice - A Game of Temptation and Chance for up to 6 human or computer players. The game is played with six dice, and is a race to score at least 10,000 points. You can play with any combination of human or computer players, and with the registered version, remote network players. To...


Platforms: Windows

License: Shareware Cost: $15.00 USD Size: 1.09 MB Download (428): Ten Thousand Dice Download

Released: April 14, 2008  |  Added: October 14, 2008 | Visits: 3.485

Tams11 Farkle Exciting and fast dice game where you take risks trying to get a high score. Now with 6 dice game option! On your turn, you can roll the dice as long as you roll scoring dice. But better end your turn before you don't roll any scoring dice or you will lose the points that turn.


Platforms: Windows

License: Freeware Size: 905.85 KB Download (167): Tams11 Farkle Download

Released: October 22, 2008  |  Added: March 27, 2009 | Visits: 2.053

Tams11 Hooligans Play this simply yet very enjoyable dice game that is similar to Yahtzee, with a twist. Roll the dice and select a category. Use your other two rolls to get as many of the category number as you can. Rolling a straight on the first roll of your dice gives you a Hooligan and 20 bonus points. Get...


Platforms: Windows

License: Freeware Size: 972.88 KB Download (128): Tams11 Hooligans Download

Released: March 10, 2011  |  Added: September 28, 2011 | Visits: 1.791

Maxi Dice Enjoy two spectacular Yahtzee games in one! In Maxi Dice, you can play both normal Yatzy, and the more strategic Maxi Yatzy, a game with six dice and more categories to put points in. You can also play against up to three friends or compete against the computer. Enjoy a peaceful round of Yatzy,...


Platforms: Windows

License: Freeware Size: 8.76 MB Download (214): Maxi Dice Download

Added: March 21, 2010 | Visits: 1.216

App::datetime App::datetime is a date and time considerations. Most Enterprise development includes processing of dates and times. There are many date and time modules on CPAN, and choosing the right one can be confusing. There are no special perl data types for dates and times, so some direction is needed....


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::datetime Download

Added: February 13, 2010 | Visits: 1.349

App::faq App::faq is a Perl module witj App-Context Frequently Asked Questions. The App-Context is like a software backplane for many services required by an enterprise application. Into that backplane plug the App-Context Services. There may be many implementations of each of the App-Context Services,...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (91): App::faq Download

Added: October 26, 2010 | Visits: 1.397

App::perlstyle App::perlstyle is a App::Context Perl Style Guide. The following document describes some of the coding standards used in writing the App::Context framework (App-Options, App-Context, App-Repository, App-Widget, and other minor distributions). This document exists for two purposes: 1. To...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::perlstyle Download

Added: March 05, 2010 | Visits: 1.352

App::quickstart App::quickstart is App::Context Developers Quick-Start Guide. This is the Developers Quickstart Guide to the App::Context Framework. Its focus is to give a minimum amount of theoretical or explanatory background and get right into learning by example. That having been said, it is also...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (92): App::quickstart Download

Added: March 13, 2010 | Visits: 1.260

App::Session App::Session can represents a sequence of multiple events perhaps executed in separate processes. SYNOPSIS # ... official way to get a Session object ... use App; $session = App->context(); $context = $session->session(); # get the session # any of the following named parameters may be...


Platforms: *nix

License: Freeware Size: 73.73 KB Download (90): App::Session Download

Added: September 11, 2010 | Visits: 1.341

App::UserAgent App::UserAgent - the browser this session is connected to. SYNOPSIS # ... official way to get a UserAgent object ... use App; $context = App->context(); $user_agent = $context->user_agent(); # get the user_agent if ($user_agent->supports("html.input.style")) { # do something } A...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (99): App::UserAgent Download

Added: February 19, 2010 | Visits: 1.413

App::Modular::Module::Events App::Modular::Module::Events is a Perl module with event handling for App::Modular compatible applications. SYNOPSIS #################################################################### package App::Modular::Module::Me; use base qw(App::Modular::Module); sub depends { return Events; }...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (106): App::Modular::Module::Events Download

Added: November 19, 2010 | Visits: 1.242

App::Modular App::Modular is a Perl module with modularization framework for perl programs. SYNOPSIS package App::Modular::Module::Test; use base qw(App::Modular::Module); sub say_hello { print "Hello, dear user!"; }; package main; use App::Modular; my $modul = instance App::Modular;...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (102): App::Modular Download

Added: September 22, 2010 | Visits: 1.838

WWW::Scraper::Dice WWW::Scraper::Dice Perl module contains Scrapes Dice : (skills,locations) => (title, location ,residue). SYNOPSIS use WWW::Search; my $oSearch = new WWW::Scraper(Dice); my $sQuery = WWW::Scraper::escape_query("unix and (c++ or java)"); $oSearch->native_query($sQuery, {method => bool,...


Platforms: *nix

License: Freeware Size: 37.89 KB Download (91): WWW::Scraper::Dice Download

Released: December 06, 2012  |  Added: December 06, 2012 | Visits: 2.570

App::SimpleScan::Substitution::Line App::SimpleScan::Substitution::Line is a line with optional fixed variable values. SYNOPSIS my $line = App::SimpleScan::Substitution::Line->new(" this "); # Use only this value when substituting " ". $line->fix(substituite => change); # what vars are fixed? my @fixed_ones =...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (252): App::SimpleScan::Substitution::Line Download

Added: February 19, 2010 | Visits: 1.269

App::SimpleScan App::SimpleScan is a simple_scans core code. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; App::SimpleScan allows us to package the core of simple_scan as a class; most importantly, this allows us to use Module::Pluggable to write extensions to this application...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (109): App::SimpleScan Download

Added: June 06, 2010 | Visits: 1.030

App::SimpleScan::Plugin::Snapshot App::SimpleScan::Plugin::Snapshot is a Perl module to allow tests to snapshot results. SYNOPSIS use App::SimpleScan; my $app = new App::SimpleScan; $app->go; # plugin loaded automatically here Supports the %%snapshot_dir and %%snapshot pragmas plus the --snapshot_dir and --snap_all and...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): App::SimpleScan::Plugin::Snapshot Download

< 1 2 3 4 5 >