From 233efcda3750fef0ac493ba8f59c8e953519e594 Mon Sep 17 00:00:00 2001 From: AlanPieczonka Date: Sun, 14 Apr 2019 20:51:24 +0200 Subject: [PATCH] Fix typo I guess the double "carnival" is not necessary. Thank you for the repo, it's awesome :) --- Projects/HighStriker-Game.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/HighStriker-Game.md b/Projects/HighStriker-Game.md index d49ac8c9..3dddf790 100644 --- a/Projects/HighStriker-Game.md +++ b/Projects/HighStriker-Game.md @@ -10,7 +10,7 @@ a mallet it causes a puck to travel up a track attached to the tower. When the platform is struck the puck travels vertically up the track. If hit hard enough enough the puck will ring the bell, signifying a winner. -The objective of the Highstriker app is to simulate this carnival carnival +The objective of the Highstriker app is to simulate this carnival game. Instead of physical force to move the puck up the track use an algorithm of your own design and a random number generator to determine the puck's speed and the distance it travels.