Download Latest Version SetupFilesAndSourceCode.zip (840.3 kB)
Email in envelope

Get an email when there's a new version of Rock Paper Scissors

Home
Name Modified Size InfoDownloads / Week
SetupFilesAndSourceCode.zip 2011-02-11 840.3 kB
ReadMe.txt 2011-02-04 2.0 kB
Totals: 2 Items   842.3 kB 0
========================================================================
    APPLICATION : RockPaperScissors Project Overview
========================================================================


Verse Computer Mode
-------------------

Select your item (Rock, Paper, Scissors or Random) and click shoot.

Two Player Mode
---------------

First, Player 2 must look away while Player 1 selects their item, then checks the hide box. Now, Player 1 must look away while Player 
2 selects their item and also clicks the hide box. When both items are selected, one of the players must click shoot.

Player 1 can use the keyboard arrows to choose their items and Player 2 can use the wheel mouse to select their item. Pressing
Enter will start the game.

If Player 1 clicks random, Player 2 must as well. This creates a sudden death situation where everything is up to chance.

Player.cpp
----------

Contains all the player related functions

GameEngine.cpp
--------------

Contains all the functions related to running the game and determining the winner

RockPaperScissors.cpp
---------------------

Main entry point

Form1.h
-------

Contains UI code and events


============================================

Written in c++

Copyright 2011 Meyer Denney
This file is part of Rock Paper Scissors.

	Rock Paper Scissors is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	Rock Paper Scissors is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with Rock Paper Scissors.  If not, see <http://www.gnu.org/licenses/>	
Source: ReadMe.txt, updated 2011-02-04