Skip to content

Commit

Permalink
Update 02/28/25: Add introduction
Browse files Browse the repository at this point in the history
Add introduction and Game name.
  • Loading branch information
LizBonn committed Feb 28, 2025
1 parent 459f5d0 commit 9b5a716
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
17 changes: 8 additions & 9 deletions .i18n/en/Game.pot
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
msgid ""
msgstr "Project-Id-Version: Game v4.7.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: Fri Feb 28 17:29:52 2025\n"
"POT-Creation-Date: Fri Feb 28 19:36:28 2025\n"
"Last-Translator: \n"
"Language-Team: none\n"
"Language: en\n"
Expand Down Expand Up @@ -503,20 +503,19 @@ msgid "In this world we learn the basic definitions and properties of injective,
msgstr ""

#: Game
msgid "Hello World Game"
msgid "Rubik Cube Game"
msgstr ""

#: Game
msgid "This text appears on the starting page where one selects the world/level to play.\n"
"You can use markdown."
msgid "The Rubik's Cube Game is a mathematically formalized educational game designed to guide beginners through a series of interactive challenges, helping them learn foundational formal methods while uncovering the mathematical principles behind solving the Rubik's Cube. By combining problem-solving with mathematical theory, it offers an engaging way to master both formal logic and the cube's intricate mechanics."
msgstr ""

#: Game
msgid "Here you can put additional information about the game. It is accessible\n"
"from the starting through the drop-down menu.\n"
"\n"
"For example: Game version, Credits, Link to Github and Zulip, etc.\n"
"\n"
msgid "Here you can put additional information about the game. It is accessible\n"
"from the starting through the drop-down menu.\n"
"\n"
"For example: Game version, Credits, Link to Github and Zulip, etc.\n"
"\n"
"Use markdown."
msgstr ""

Expand Down
5 changes: 2 additions & 3 deletions Game.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ import Game.Levels.World_two
import Game.Levels.World_three

-- Here's what we'll put on the title screen
Title "Hello World Game"
Title "Rubik Cube Game"
Introduction
"
This text appears on the starting page where one selects the world/level to play.
You can use markdown.
The Rubik's Cube Game is a mathematically formalized educational game designed to guide beginners through a series of interactive challenges, helping them learn foundational formal methods while uncovering the mathematical principles behind solving the Rubik's Cube. By combining problem-solving with mathematical theory, it offers an engaging way to master both formal logic and the cube's intricate mechanics.
"

Info "
Expand Down

0 comments on commit 9b5a716

Please sign in to comment.