|
papercut
papercut - command line based Rock, Paper, Scissors game
Introductionpapercut is command line based Rock, Paper, Scissors game for Unix based operating systems like Linux, BSD etc. User can play the game by entering users choice that is either, Rock (R or r), Paper (P or p), Scissors (S or s). Game play is explained in How to play section. papercut also stores user statics. i.e. number of wins, losses and draws. Current Beta Version: papercut-0.1.1 (beta) download (tar.gz) How to Play
Usagepapercut [number of rounds] (If no number of rounds given, game will have 3 rounds) Other Command Line Parameters
Game RulesRules are similer to common Rock, Paper, Scissors game.
Change Log
Get papercut
External linksCopyright (C) 2007 Kesara Nanayakkara Rathnayake |
Sign in to add a comment

(n=$(echo $(dd if=/dev/urandom count=200 2>/dev/null | uuencode /dev/stdout | tr -s ':graph:?' 'spr') | tr -d ' ');echo $n | ./papercut $(expr $(echo $n | wc | awk -F" " '{print $3}') - 1))
Change the 200 in count=200 to play more or less games.