Difference between revisions of "Extensions:Higher or Lower"
Jump to navigation
Jump to search
(owo a page!!!) Tag: 2017 source edit |
(ext tracker) |
||
| (2 intermediate revisions by one other user not shown) | |||
| 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>, <code>php artisan optimize</code>, <code>php artisan update-extension-tracker</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? --> | ||
| − | |||
| − | |||
| − | |||
Latest revision as of 05:02, 7 May 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, php artisan optimize, php artisan update-extension-tracker