Skip to content

Commit 27cbd73

Browse files
2 parents c298c99 + a6427c6 commit 27cbd73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Fruit punch :punch:!
22
### Contributors
33
* Lead Developer: `Jay Williams`
4-
* Junior Developers: `Nikash Chekuri` <img src="https://snusercontent.global.ssl.fastly.net/member-profile-full/44/4288444_8862847.jpg" width="50"> , `Gokul Menon`
4+
* Junior Developers: `Nikash Chekuri` , `Gokul Menon`
55
* Tester: `Shaquille`
66
* Alternative Developer: `Rory Sharp` [Solution in Python](https://github.com/codingJWilliams/BBCInventathon)
77
### What is this?
88
This is a program designed to train your brain.
99
An image appears of a crate of a certain type of fruit, for example limes, and you have to look for the camouflaged word and hit that fruit.
1010
![Demo](https://jaywilliams.me/static/screencapture-localhost-4000-1502989254235.png)
1111
### How do I set it up?
12-
First, set up a [Makey Makey](makeymakey.com) device and [remap](http://makeymakey.com/remap) the arrow keys to 1, 2, 3, and 4.
12+
First, set up a [Makey Makey](http://makeymakey.com) device and [remap](http://makeymakey.com/remap) the arrow keys to 1, 2, 3, and 4.
1313

1414
Then, clone this repo to a folder and navigate there in a command prompt.
1515

html/game.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h1 class="win2" style="display: none"></h1> <!--// Cre
5555
<script src="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.8/sweetalert2.min.js"></script>
5656
<!-- // End JS imports -->
5757
<script>
58-
var demoMode = true;
58+
var demoMode = false;
5959
if (demoMode) {
6060
$(".words").css({ "border": "10px solid red"})
6161
}

0 commit comments

Comments
 (0)