summaryrefslogtreecommitdiff
path: root/src/sliceitoff/screens
diff options
context:
space:
mode:
authorViljami Ilola <+@hix.fi>2024-03-27 14:50:12 +0200
committerViljami Ilola <+@hix.fi>2024-03-27 14:50:12 +0200
commit70c4a0e3de169d37ae1d53868d2eaa916b89034f (patch)
treea5dd071efa3fe0868d8b49b5acc44cf16210ffed /src/sliceitoff/screens
parent749d47df38540342a7fe19029284b8115b03574a (diff)
on-screen instructions
Diffstat (limited to 'src/sliceitoff/screens')
-rw-r--r--src/sliceitoff/screens/welcome.py19
1 files changed, 11 insertions, 8 deletions
diff --git a/src/sliceitoff/screens/welcome.py b/src/sliceitoff/screens/welcome.py
index 9a7a341..4f5eb2b 100644
--- a/src/sliceitoff/screens/welcome.py
+++ b/src/sliceitoff/screens/welcome.py
@@ -4,14 +4,17 @@ def welcome_screen():
return TextPage(
" Slice it off!\n"
" \n"
- " * Do not hit the balls\n"
- " * Make area 10% or smaller\n"
- " * Do not separate the balls\n"
- " * Make area 10% or smaller\n"
- " * Do not separate the balls\n"
- " * Make area 10% or smaller\n"
- " * Do not separate the balls\n"
- " * Be fast!!\n",
+ " Your mission:\n"
+ " * Slice area to target\n"
+ " * Slice no-one\n"
+ "\n"
+ " Gain score by:\n"
+ " * Keeping herd together\n"
+ " * Not slicing unnecessarily\n"
+ " * Making area even smaller\n"
+ " * Not losing lives\n"
+ " * Being fast\n"
+ " * Leveling up\n",
font = 'computer',
size = (8_000, 16_000),
grid = (9_000, 16_000) )