Tool to make game data for the 2D_Engine_Casio
Go to file
Ulysse Cura dcd9da6e63 Remaking tileset for a more lisible format 2025-08-17 13:45:40 +02:00
.vscode Now super fast to compile project 2025-08-13 14:18:25 +02:00
assets Remaking tileset for a more lisible format 2025-08-17 13:45:40 +02:00
gint Added licenses and readmes 2025-08-12 14:44:01 +02:00
src Added player sheets 2025-08-16 11:14:38 +02:00
.gitignore Added reading test folder 2025-08-11 19:51:18 +02:00
LICENSE Added licenses and readmes 2025-08-12 14:44:01 +02:00
Makefile Added player sheets 2025-08-16 11:14:38 +02:00
README.md Updated assets tree 2025-08-15 23:00:37 +02:00
test.json Json2Bin_Converter Copy 2025-08-11 18:52:38 +02:00

README.md

License: GPL v3

2D_Engine_Casio_Tool

Description

This tool is used to make game data for the 2D_Engine_Casio Gitea.

Licences

  • This program is open-source : you can redistribute and/or modify it under the term of the GNU GPLv3. Copyright (C) 2025 Ulysse Cura. See LICENSE or gnu.org/licenses/gpl-3.0.html.

  • Files from the gint project are used but not modified in directory gint/. Git

  • Folder src/nlohmann/json contains code under MIT license : Copyright (c) 2013-2025 Niels Lohmann. See src/nlohmann/json/LICENSE.MIT. GitHub