Difference between revisions of "Extensions:Higher or Lower"
Jump to navigation
Jump to search
m (wrong command dfghudfigudf) Tag: 2017 source edit |
(ext tracker) |
||
Line 4: | Line 4: | ||
When the user has given a correct answer, they are rewarded with currency. | When the user has given a correct answer, they are rewarded with currency. | ||
== Installation == | == Installation == | ||
− | Pull, and run <code>php artisan migrate</code> | + | 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 04: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