Difference between revisions of "Extensions:Higher or Lower"
Jump to navigation
Jump to search
Tag: 2017 source edit |
m (wrong command dfghudfigudf) Tag: 2017 source edit |
||
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> as well as <code>php artisan | + | Pull, and run <code>php artisan migrate</code> as well as <code>php artisan optimize</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:24, 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 optimize