From 33d9738dde7e0856ba75d3f32f4a6d9e1e99cc11 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Sun, 24 Nov 2019 11:17:16 -0500 Subject: [PATCH] Updated info. --- numnastics/{README => README.md} | 3 +++ numnastics/storm_games.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) rename numnastics/{README => README.md} (62%) diff --git a/numnastics/README b/numnastics/README.md similarity index 62% rename from numnastics/README rename to numnastics/README.md index e063e05..888ab44 100644 --- a/numnastics/README +++ b/numnastics/README.md @@ -9,3 +9,6 @@ TTYtter (optional) 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. + + + diff --git a/numnastics/storm_games.py b/numnastics/storm_games.py index 6d69681..897be82 100755 --- a/numnastics/storm_games.py +++ b/numnastics/storm_games.py @@ -107,7 +107,7 @@ def credits(): info = ( gameName + ": brought to you by Storm Dragon",\ "Billy Wolfe, designer and coder.",\ - "http://stormdragon.tk",\ + "https://social.wolfe.casa/storm",\ "Press escape or enter to return to the game menu.") i = 0 speak(info[i])