| Kyle Smith |
This file will show the main parts of the game simulation "Word Sorcerer." Within the file are the current sections:
- Game About 📜
- Game Requirements 📑
- Game Download 🔧
- Game Inner Workings ⚙️
- Game Recognition ✨
- Game Future Developments ☑️
This game is based on the popular mobile game Wordle
with a little bit of inspiration of Final Fantasy VI's attacking system for the boss battle.
|
Within the game, you will find that the forest world of the main character is being invaded by an evil wizard and the only way to save your world is to use Magical Word Magic to defeat the wizard!
This game meets the requirements illustrated in the guidlines here: FBLA GUIDELINES
- The game should be an executable game, either through the Internet or through a local installation.
- Game can be played through an installation.
- The game should contain a scoreboard.
- Game contains a scoreboard that can be viewed at any time.
- The game should contain a leaderboard and celebratory messages.
- Game contains a live leaderboard so you can see other player's scores. Player receives a message when entering their name for the leaderboard.
- The game should have a minimum of three levels.
- Game's difficulty increases slightly after defeating the boss.
- The game should have an instructional display.
- Players can view how to play at the beginning of the play.
Steps for downloading and executing the game:
- Game is compatible with
Windows
,Linux
, andMacOS
-
First Method:
- Go to the branch
pull-game
and pull the files from the entire branch into your local system using theCode
menu in the top-right corner. Extract
orExecute
the game for your MacOS, Linux, or Windows system.- If running on Windows, execute
Word Sorcerer Setup_x86-x64 (Windows).exe
. - Then follow the instructions on your screen.
- Finally, you can play!
- Go to the branch
-
Second Method:
- Make a
git clone request
from the folder. - Will require Git.
- Use the following request to pull contents from the
pull-game
branch and execute the one correct for your system.
git clone -b pull-game https://github.com/CodeAPretzel/FBLA-2023-Game-Simulation.git
- Make a
-
Third Method:
- Install the game on itch.io
Important Note -
If you are playing the game on Linux, run the command chmod +x
on both the UnityPlayer.so
and Word Sorcerer (Linux).x86_64
files.
One of the core factors in Word Sorcerer is the leaderboard. Using Lootlocker's
API system, we are able to manage a live server that will continue to update the leaderboard, giving the most recent results of players.
Lootlocker API --> Server Requests API Keys --> Set and Display Metadata Gained to Player
Some of the assets used in the game belong to the owner of source and are compatible with Attribution 4.0 International (CC BY 4.0)
or Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
. Credit to these authors are provided within the game's credit section.
--> Licensing is under the GNU Affero General Public License v3.0.
More Info
- Fixing Errors for the Leaderboard
- Improving User Experience in the Game's Environment
- Improving Composition on Music and SFX
- Adding Polishing Details for Boss Battle
- Adding Polishing Details for the Wordle Aspect
- Generalization of Multiple Levels and Experiences
- Adding Game Modes and Activites within the Game