Games::Dice simulates die rolls. It uses a function-oriented (not
object-oriented) interface. No functions are exported by default.
The number and type of dice to roll is given in a style which should be
familiar to players of popular role-playing games: adb[+-*/b]c. a is optional
and defaults to 1; it gives the number of dice to roll. b indicates the number
of sides to each die. % can be used instead of 100 for b; hence, rolling 2d%
and 2d100 is equivalent. roll simulates a rolls of b-sided dice and adds
together the results. The optional end, consisting of one of +-*/b and a
number c, can modify the sum of the individual dice. +-*/ are similar in that
they take the sum of the rolls and add or subtract c, or multiply or divide
the sum by c. (x can also be used instead of *.) Using b in this slot is a
little different: it's short for "best" and indicates "roll a number of dice,
but add together only the best few". For example, 5d6b3 rolls five six- sided
dice and adds together the three best rolls.
Author: Philip Newton <pne@cpan.org>
WWW: http://search.cpan.org/dist/Games-Dice/
PR: ports/81612
Submitted by: Aaron Dalton <aaron@daltons.ca>
TuxRacer. Note that it has some rendering issues. It plays
fine but it looks wonky on some cards.
PlanetPenguin Racer is an OpenGL racing game featuring Tux, the
Linux mascot. The goal of the game is to slide down a snow- and
ice-covered mountain as quickly as possible. It is based on the
GPL version of TuxRacer.
Differences from TuxRacer include:
* Course progress bar
* Themes
* New terrain types (lava, etc.)
* Actively developed!
WWW: http://projects.planetpenguin.de/racer/
- Convert to OPTIONS [1]
- Use %%DATADIR%% [2]
- Add a hint to UPDATING because of changed config file semantics. [1]
Submitted by: maintainer [1],
barner [2]
PR: ports/81375
Hattrick Organizer is a management tool for the
online football manager game at Hattrick.org.
PR: ports/77042
Submitted by: Lars Engels <lars.engels@0x20.net>
from lib to blib first, then variables were replaced in lib. Swap the order.
No idea how this could work before.
Reported by: Nicholas Kirby <nkirby@dagr.net>
Submitted by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Reported by: kris via pointyhat
Pointyhat to: me (forgot to commit it just after Vsevolod fix it)
- Update MASTER_SITES and WWW: line
- Support PREFIX properly
- Support PLIST_FILES/PLIST_DIRS
PR: 80767
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
XRally is a Linux clone of the classic Rally X arcade game.
For those who don't know, in Rally X you control a blue
(good) car, that has to collect yellow flags around a
maze-like map, while avoiding the red (bad) cars. In order
to help himself, the blue car can use clouds of smoke through
the maze. If a enemy touch any of these clouds, it stops
for a while. The enemy cars can also crash one with the
other, what gives you some extra time.