My favorites | Sign in
Project Logo
                
Search
for
papercut  
papercut - command line based Rock, Paper, Scissors game

Introduction

papercut 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

Usage

papercut [number of rounds]

(If no number of rounds given, game will have 3 rounds)

Other Command Line Parameters

Game Rules

Rules are similer to common Rock, Paper, Scissors game.

Change Log

Get papercut

External links

Copyright (C) 2007 Kesara Nanayakkara Rathnayake


Comment by jon.rafkind, Jan 04, 2008

(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.


Sign in to add a comment
Hosted by Google Code