Lost World🌍
A downloadable game for Windows
- 🗺️ Exploration:
- Sail between areas like forests, caves, ruins, and more.
- Each area has its own unique description, NPCs, and enemies.
- 🌍 Explore randomly generated locations, and find connections between them.
- ⚔️ Combat:
- Engage in turn-based combat against mobs such as Shadow Beasts or Kraken Tentacles.
- 💥 Use abilities like:
- Cannon Fire: 🔥 Deals heavy damage.
- Evasive Maneuver: 🛡️ Attempts to dodge an attack.
- Meditation: ✨ Heals the player.
- Defeat enemies to gain experience (⭐) and oTo (🔮), leveling up your character and boat.
- 🧑🤝🧑 NPC Interactions:
- Meet various NPCs like sages, blacksmiths, and spirits.
- 📜 Talk to NPCs to receive quests and valuable information.
- NPCs offer branching dialogue with choices that affect outcomes.
- 📜 Quests:
- Complete quests such as:
- Echoes of the Past: Collect 3 Soul Fragments.
- Wisdom of the Sage: Learn from the Wandering Sage.
- Voyage to the Sunken City: Travel to an underwater city.
- Quests offer rewards such as experience, items, and oTo.
- Complete quests such as:
- 🌌 Generative Systems:
- Procedurally generated areas ensure each playthrough is unique.
- Event-driven mechanics:
- AreaEntered: Triggers upon entering new areas.
- CombatInitiated: Engages combat when encountering enemies.
- QuestUpdated: Keeps track of quest progress.
Progression:
- ⭐ Experience: Gain experience to level up and unlock new abilities.
- 🔮 oTo: Collect oTo and learn to shift between realms.
- 🏆 Final Quest: Complete The Lost World’s Secret by reaching oTo level 5 and restoring balance to win the game.
Published | 11 days ago |
Status | Released |
Platforms | Windows |
Author | mcjdh |
Genre | Role Playing, Adventure, Simulation |
Tags | Exploration, Retro, Roguelike, Roguelite, Text based |
Install instructions
game is fully compiled - download and run "lostworld.exe" to begin.
made from 11 files:
abilities.py combat.py data.py events.py game.py icon.ico main.py player.py requirements.txt resources.py utils.py
to compile the game yourself:
- have python and pyinstaller installed for your compiling terminal.
- extract "sourcecode.zip" .py files to one folder.
- run command "cd folderlocation" of where you put .py files to go to its location in terminal.
- run command "pip install -r requirements.txt"
- run command "pyinstaller --onefile --icon=icon.ico main.py"
- play game with .exe generated in dist folder
Leave a comment
Log in with itch.io to leave a comment.