Difference between revisions of "Extensions:Higher or Lower"

From Lorekeeper Wiki
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=the extension's name|desc=A short description|auth=Author(s)|status=status (such as WIP, testing, stable)|github={{Github|user=username|branch=branch}}|LKVer=What Lorekeeper version the ext is built on|migration=yes/no|package=yes/no}}
+
{{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}}
<!-- Put a short summary of your extension here! -->
+
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 ==
<!-- Describe installation. Include any requirements (such as packages), necessary commands, etc. -->
+
Pull, and run <code>php artisan migrate</code>, <code>php artisan optimize</code>, <code>php artisan update-extension-tracker</code>
== Configuration ==
+
 
<!-- Is any configuration necessary? Describe it here! -->
 
== Usage ==
 
<!-- Is there anything users should know about using your extension? -->
 
== Troubleshooting ==
 
<!-- Are there known issues or errors that require user action? Who should they contact, and where, for support? -->
 
 
== 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? -->
== See Also ==
 
<!-- Any relevant other pages. You may consider linking to related extensions, for instance. -->
 
 

Latest revision as of 05:02, 7 May 2024

Higher or Lower
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

Images