Updated info.

This commit is contained in:
Storm Dragon 2019-11-24 11:17:16 -05:00
parent b3fcec3f81
commit 33d9738dde
2 changed files with 4 additions and 1 deletions

View File

@ -9,3 +9,6 @@ TTYtter (optional)
Playing Playing
You are given a scrambled list of numbers from 1 to 9. Press the number you want to flip from, and that number, plus all the numbers after it will reverse. the object of the game is to get the numbers in the right order, 123456789, in as few tries as possible. You are given a scrambled list of numbers from 1 to 9. Press the number you want to flip from, and that number, plus all the numbers after it will reverse. the object of the game is to get the numbers in the right order, 123456789, in as few tries as possible.
<script src="https://liberapay.com/stormdragon2976/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/stormdragon2976/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>

View File

@ -107,7 +107,7 @@ def credits():
info = ( info = (
gameName + ": brought to you by Storm Dragon",\ gameName + ": brought to you by Storm Dragon",\
"Billy Wolfe, designer and coder.",\ "Billy Wolfe, designer and coder.",\
"http://stormdragon.tk",\ "https://social.wolfe.casa/storm",\
"Press escape or enter to return to the game menu.") "Press escape or enter to return to the game menu.")
i = 0 i = 0
speak(info[i]) speak(info[i])