Difference between revisions of "Rock Paper Scissors"

From The Game-Maker Archive
Jump to navigationJump to search
(Added a picture.)
(Undo revision 24151 by Acaudel (talk))
Tag: Undo
 
(8 intermediate revisions by the same user not shown)
Line 8: Line 8:
 
'''Author:''' [[Alan Caudel]]<br />
 
'''Author:''' [[Alan Caudel]]<br />
 
'''Website:''' [http://www.dummyduck.com/ Dummy Duck]<br />
 
'''Website:''' [http://www.dummyduck.com/ Dummy Duck]<br />
'''Related games:''' ''[[Roll The Dice]]''  
+
'''Related games:''' ''[[Roll the Dice]]''  
}}{{OngoingHeader}}
+
}}  
 
[[File:RPS1.png|320px|thumb|Alan Caudel's ''Rock Paper Scissors'']]
 
[[File:RPS1.png|320px|thumb|Alan Caudel's ''Rock Paper Scissors'']]
  
Line 25: Line 25:
  
 
[[File:RPS2.png|320px|thumb|Wait for it...]]
 
[[File:RPS2.png|320px|thumb|Wait for it...]]
 +
 +
[[File:RPS3.png|320px|thumb|Tied! One of the many possible outcomes.]]
  
 
* [http://www.aderack.com/game-maker/downloads/experiment.html Alan's Bold Experiments in RSD Game-Maker]
 
* [http://www.aderack.com/game-maker/downloads/experiment.html Alan's Bold Experiments in RSD Game-Maker]
Line 30: Line 32:
 
== Downloads ==
 
== Downloads ==
  
* '''[http://www.aderack.com/game-maker/downloads/dice.zip ''Roll the Dice'']''' (106 KB)
+
 
 +
* '''[http://alancaudel.com/gamemaker/RPSEXE.zip ''Playable EXE: Rock Paper Scissors'']''' (109 KB)
 +
 
 +
* '''[http://alancaudel.com/gamemaker/rockpaperscissors.zip ''Game Maker files: Rock Paper Scissors'']''' (49 KB)
  
 
[[Category: Alan Caudel]]
 
[[Category: Alan Caudel]]
[[Category: Board games]]
+
[[Category: Constrained palette]]
 
[[Category: Experimental]]
 
[[Category: Experimental]]
 
[[Category: New developments]]
 
[[Category: New developments]]

Latest revision as of 10:34, 21 October 2021

Ongoing.png
Rock Paper Scissors
RPS0.png

Release type: TBA
Latest build date: 2013
Levels: TBA
Author: Alan Caudel
Website: Dummy Duck
Related games: Roll the Dice


Alan Caudel's Rock Paper Scissors

Choose your umm... choice.

This game starts with three options on the screen: Rock, Paper, and Scissors. Your character is an arrow. Move to one of the three choices, and you're taken to a "Wait" screen which displays your choice while some fancy stuff happens in the background. Soon, a screen appears telling you if you have either won, lost, or tied.

The fancy stuff that makes this work is similar to the mechanics used in the game "Roll The Dice". When you choose either Rock, Paper, or Scissors, you're sent to a "Wait" level where the background and character are all gray. When the level loads, the character moves to the right, and is pulled along a tunnel. The tunnel has several "gates" made up of rapidly changing blocks which either pull the character up or down, depending on what state the block was in when you first touched it. After passing through several "gates", the character ends up on one of the multiple exits. Which exit you land on determines the choice of the computer "player". Then the character is sent to a screen that shows the computer's choice and says "Win", "Lose", or "Tie". There are three different "Wait" screens, one for each choice.

This gameplay mechanic could be expanded on in many ways, to make games with semi-randomized elements.


Links[edit]

Wait for it...
Tied! One of the many possible outcomes.

Downloads[edit]