Difference between revisions of "Extensions:Higher or Lower"
Jump to navigation
Jump to search
(owo a page!!!) Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
− | {{Extensioninfobox|title= | + | {{Extensioninfobox|title=Higher or Lower|desc=A very basic "higher or lower" game|auth=CH3RVB|status=Stable|github={{Github|user=CH3RVB|branch=extension/higher-or-lower}}|LKVer=2.1.5|migration=yes|package=no}} |
− | + | A "higher or lower" game. Users are given a random number 2-12, from there they'll have to guess whether the next number (between 1-13) will be higher or lower. | |
+ | |||
+ | When the user has given a correct answer, they are rewarded with currency. | ||
== Installation == | == Installation == | ||
− | < | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan add-site-settings</code> |
− | |||
− | < | ||
− | |||
− | < | ||
− | |||
− | < | ||
== Images == | == Images == | ||
<!-- Do you have any images to show what it looks like in action? --> | <!-- Do you have any images to show what it looks like in action? --> | ||
− | |||
− | |||
− |
Revision as of 11:08, 28 April 2024
Description | A very basic "higher or lower" game |
---|---|
Author(s) | CH3RVB |
Status | Stable |
Github | extension/higher-or-lower |
LK Version | 2.1.5 |
Contains a Migration | |
A "higher or lower" game. Users are given a random number 2-12, from there they'll have to guess whether the next number (between 1-13) will be higher or lower.
When the user has given a correct answer, they are rewarded with currency.
Installation
Pull, and run php artisan migrate
as well as php artisan add-site-settings