1
0
Fork
You've already forked Lazarr
0
forked from Wuzzy/Lazarr
Be a pirate and solve laser puzzles in 3D. A game for Luanti. (UNFINISHED!)
  • Lua 81.9%
  • TypeScript 17.3%
  • Python 0.8%
Find a file
2025年06月16日 11:18:30 +02:00
menu Add new menu background image 2024年12月08日 02:32:48 +01:00
mods Open CSV files in binary mode 2025年06月16日 11:18:30 +02:00
.mailmap Add Wuzzy to mailmap info 2022年08月01日 10:58:25 +02:00
CODE_DOCUMENTATION.md Remove mention of unused /leave command 2025年01月27日 12:13:39 +01:00
CREDITS.md Update CREDITS.md 2025年06月11日 13:30:13 +02:00
DEV_TRANSLATION_WORKFLOW.md Add translation workflow document 2025年01月17日 15:45:32 +01:00
game.conf Bump required engine version to 5.10 2024年12月17日 00:28:28 +01:00
GROUPS.md Hide dense cobweb in level boundary nodes 2025年05月30日 01:21:40 +02:00
LEVEL_EDITOR.md Update level editor documentation 2025年06月11日 18:34:12 +02:00
LEVEL_PACKS.md Update LEVEL_PACKS.md 2025年06月13日 08:42:53 +02:00
LICENSE_CC_BY_SA_4_0.txt Go to CC BY-SA 4.0 2024年08月09日 16:16:22 +02:00
LICENSE_GPLv3.txt Add copy of licenses 2024年04月22日 11:47:36 +02:00
LICENSE_OFL_1_1.txt Add Noto Serif font 2025年06月10日 20:03:20 +02:00
minetest.conf Disable transparency_sort_by_buffers 2025年04月02日 14:35:39 +02:00
README.md Remove 'level sorting' from TODO list 2025年06月13日 13:44:01 +02:00
screenshot.png New game screenshot 2024年12月08日 02:32:57 +01:00
settingtypes.txt Add setting to set pirate sense display duration 2025年01月30日 01:56:32 +01:00
update_locale_files.py Locale script: Update core levels PO properly 2025年01月19日 12:01:47 +01:00

Lazarr!

Be a pirate and solve laser puzzles.

A pirate-themed 3D puzzle game by Wuzzy.

Current version: 2.0.0.beta.5

PLEASE NOTE: THIS GAME IS INCOMPLETE!

The game is playable and has 81 levels, but it needs more polishing and testing. Please give feedback!

Stay tuned for version 2.0.0!

Missing features

  • More levels
  • Review low-quality/frustrating/boring levels
  • Better-looking pirate ship
  • Polishing
  • A secret

Gameplay

You're a pirate in the search of treasure. Sail to different places of the world and find all shiny gold blocks in treasure chests to advance to the next level.

But there's a catch! Most chests are locked by a mysterious mechanism and the only way to unlock them is by solving puzzles with lasers. Mirrors and other things will help you.

Getting started

Your adventure begins at an old shipwreck. Find your way to the treasure chest and open it to get your first gold block.

The on-screen instructions and Goldie the Parrot will guide you through the game.

If you’ve completed the first level, you will enter your pirate ship, the base of all your pirate operations. Here you can travel to the next level, get help, view all your loot, and more.

(In this beta version, the first 14 levels are basically a tutorial. Future versions might change the level ordering so players don’t play through the entire tutorial first.)

Your goal is to find all gold blocks in the game.

Installing

You need Luanti version 5.10.0 (or later) to play this. Download Luanti from https://www.luanti.org.

Refer to Luanti documentation to learn how to install a game in Luanti.

Once installed, create a world and start. The world contains your game's progress and custom levels.

Level Editor

Lazarr! contains a level editor. Here you can create custom levels.

Your pirate ship contains several books that explain how to use it. Alternatively, you may also read the text file LEVEL_EDITOR.md.

Note that gold blocks collected in custom levels do not count towards your total loot.

Level packs

It’s possible to extend this game with custom level packs from the community. These are collections of multiple levels. Unlike for single levels from the level editor, Lazarr! keeps track of your progress in level packs.

Level packs come in the form of Luanti mods. Level pack mods have a name like lzr_pack_<name>, e.g. lzr_pack_example. To use a level pack, enable the level pack mod in Luanti before starting your Lazarr! world. It will then appear under the custom levels in your pirate ship.

Levels created in the level editor end up in the special "Single levels" level pack.

History

Originally, this game was hastily made for the Minetest Game Jam 2021 in the final day of the competition. Version 1.2 was the version that was rated by the jury and players. This version only had 10 levels, and level 8 was broken. There was no base ship or any in-game explanation of the game. But the main laser game mechanic worked, something I am very proud of I actually managed to hack this together in only in one day. Unsurprisingly, the game ranked poorly, only at rank 13.

In the years after, this game has seen some improvements since then, but I'm still not satisfied with it.

Credits/License

Lazarr!, a pirate-themed laser puzzle game Copyright (C) 2024 Wuzzy

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

The media files (except the font) are released under a separate free cultural works license: Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)

This game includes a font called "Noto Serif". It is released under:

SIL Open Font License version 1.1 (OFL 1.1)

You can find a copy of these licenses here:

  • GNU GPLv3: LICENSE_GPLv3.txt
  • CC BY-SA 4.0: LICENSE_CC_BY_SA_4_0.txt
  • OFL 1.1: LICENSE_OFL_1_1.txt

See CREDITS.md for credits and more details.