From e8004140634f9c95b0c98ac99e5b4814d1d2cc42 Mon Sep 17 00:00:00 2001 From: "jcgter777 :P" <34496783+jcgter777@users.noreply.github.com> Date: Tue, 6 Mar 2018 23:20:56 -0500 Subject: [PATCH 1/3] Added some stuff :) --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4b187e5..7eb38ff 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # TheButton Who last pressed The Button? + +TheButton is a King-of-the-Hill-esque game where the username of the last person to click a button is broadcast to everyone. To join in on the fun, you can register or sign in with Google. + +## Basic Gameplay +You are trying to get the highest time you can in total. When you click, a clock starts ticking up. Someone else can click, and start their timer. You can steal back, by clicking again. + +## Rules +Abuse is not tolerated. You may not use any form of cheating totry to get you a better score. Something that is not allowed is an auto-clicker that clicks faster than you can for you, or clicks while you're away. If you find something else that can help people cheat, please report it to \_iPhoenix\_ via Cemetech PM or IRC. + +## Credits +\_iPhoenix\_ made this whole wonderful thing and fixed most, if not all, of the bugs reported so far. From c558a48ce331b615d58bbe94743ba767ed95dcf9 Mon Sep 17 00:00:00 2001 From: _iPhoenix_ <32944537+Legend-of-iPhoenix@users.noreply.github.com> Date: Wed, 7 Mar 2018 06:00:03 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7eb38ff..9c3bd86 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TheButton -Who last pressed The Button? +Who last pressed TheButton? TheButton is a King-of-the-Hill-esque game where the username of the last person to click a button is broadcast to everyone. To join in on the fun, you can register or sign in with Google. @@ -7,7 +7,7 @@ TheButton is a King-of-the-Hill-esque game where the username of the last person You are trying to get the highest time you can in total. When you click, a clock starts ticking up. Someone else can click, and start their timer. You can steal back, by clicking again. ## Rules -Abuse is not tolerated. You may not use any form of cheating totry to get you a better score. Something that is not allowed is an auto-clicker that clicks faster than you can for you, or clicks while you're away. If you find something else that can help people cheat, please report it to \_iPhoenix\_ via Cemetech PM or IRC. +Abuse is not tolerated. You may not use any form of cheating totry to get you a better score. Something that is not allowed is an auto-clicker (Defined as a script that clicks faster than you can, or anything that clicks while you're away). If you find something else that can help people cheat, please report it to \_iPhoenix\_ via Cemetech PM or IRC. ## Credits -\_iPhoenix\_ made this whole wonderful thing and fixed most, if not all, of the bugs reported so far. +\_iPhoenix\_ made this whole thing and fixed most, if not all, of the bugs reported so far. From e45831baa3b9e46f46e9393833fb05938629b458 Mon Sep 17 00:00:00 2001 From: _iPhoenix_ <32944537+Legend-of-iPhoenix@users.noreply.github.com> Date: Wed, 7 Mar 2018 06:02:14 -0500 Subject: [PATCH 3/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c3bd86..facad96 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,5 @@ You are trying to get the highest time you can in total. When you click, a clock Abuse is not tolerated. You may not use any form of cheating totry to get you a better score. Something that is not allowed is an auto-clicker (Defined as a script that clicks faster than you can, or anything that clicks while you're away). If you find something else that can help people cheat, please report it to \_iPhoenix\_ via Cemetech PM or IRC. ## Credits -\_iPhoenix\_ made this whole thing and fixed most, if not all, of the bugs reported so far. +- \_iPhoenix\_ made this whole thing and fixed most, if not all, of the bugs reported so far. +- jcgter777 helped expand the README file, and helped \_iPhoenix\_ fix several bugs.