A free/libre fast-paced arcade collection of mini-games. https://librerama.codeberg.page
Go to file
Michael Alexsander ee366a5755
Simplify use of the `super()` method across the codebase
2023-09-15 18:16:17 -03:00
_export Add `ExportHelper` plugin to help automate the exporting process 2023-05-15 09:59:10 -03:00
addons/export_helper Make `ExportHelper` plugin automatically archive exported files 2023-08-27 17:28:43 -03:00
dialogs Simplify use of the `super()` method across the codebase 2023-09-15 18:16:17 -03:00
distribution Add "keyword" tags to the appdata file 2023-07-30 11:41:08 -03:00
fastlane Update various translation-related files 2023-03-26 23:22:07 -03:00
fonts Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
managers Fix locale not being set to system default on first start 2023-09-13 15:50:44 -03:00
nanogame_player Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
nanogames Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
places Simplify use of the `super()` method across the codebase 2023-09-15 18:16:17 -03:00
shaders Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
themes Rewrite and enhance how `Dialog`s work 2023-08-17 22:41:46 -03:00
tools Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
translations Update translation files 2023-07-23 16:17:15 +00:00
.gitignore Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
CHANGELOG.md Fix wrong score text in pause screen before the first nanogame ended 2023-07-26 23:13:15 -03:00
LICENSE Initial commit 2020-04-19 16:04:41 -03:00
README.md Update screenshot links in the "README" file 2023-07-27 10:10:01 -03:00
default_bus_layout.tres Create "Everything" audio bus to allow "Master" to be used internally 2022-03-05 12:31:59 -03:00
export_presets.cfg Make `ExportHelper` plugin automatically archive exported files 2023-08-27 17:28:43 -03:00
icon.svg Fix various issues in the SVG files 2022-10-02 23:07:54 -03:00
icon.svg.import Port codebase to Godot 4.1.1 2023-07-23 12:00:17 -03:00
project.godot Add Esperanto and Spanish translations (thanks to jorgesumle!) 2023-07-26 09:54:32 -03:00

README.md

The Librerama logo.

Libre (from French, meaning free); rama (part of fliperama, from Portuguese, meaning arcade).

Librerama: A free/libre fast-paced arcade collection of mini-games

Overview

Librerama is an arcade compilation of very small, fast-paced mini-games (nicknamed "nanogames"), with the main objective being to rack up the highest score possible by winning the most nanogames you can before getting a game over, while they progressively increase in both speed and difficulty.

While the game itself comes with its own collection of nanogames, custom ones can also be made and played.

This game is a work-in-progress! Which means that a lot of things are missing, and what is present can change at any moment.

Editing and Exporting

The game is made using the Godot Engine, and it's the only tool needed to both edit the project and to export binaries to be played across multiple platforms. Suffice to say, knowledge in how to use it is necessary.

The minimum engine version expected is 4.1.0, but it's recommended to use the latest 4.1.* version if possible.

Documentation

Information on how to make your own custom nanogames (including some general design tips) can be found in the repository's internal wiki.

Community

An official Matrix chat room can be found and entered using this invitation link, where general discussion about the game and nanogame-making can happen.

Donations

Librerama is not just free as in freedom, but also free as in free of charge, so monetary contributions are very much welcomed!

Donations can be made to me via Liberapay. The money will be used to help me put more work not just into this game, but also my general work in free/libre gaming.

Screenshots

The nanogame "Punchbag Wallop". The nanogame "Carnival Shootout". The nanogame "Rope Hop". The nanogame "Neo Highway". The nanogame "Anagogic Clock". The nanogame "Void Avoider".

Licenses

Source code

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.

Assets

All assets (those being files of images or sounds) are under the CC BY-SA 4.0 license, unless otherwise specified.

Third-party

Librerama is developed using the Godot Engine, under the MIT license.

Godot Engine, and therefore Librerama itself makes use of FreeType for font rendering, under the FTL license.

Librerama also uses Google's Noto family of fonts, all under the OFL-1.1 license.

For the licenses of the third-party components used by the nanogames themselves (all under free culture licenses), check their individual "nanogame.json" files.