Oier Bravo Urtasun d075963a77
Some checks failed
Gymkhana exports / All exports (push) Failing after 18s
feat(build): Clear pipeline, fix api cfg. #215
2025-11-07 22:34:28 +01:00
2025-09-14 18:16:45 +02:00
2025-10-28 17:15:17 +01:00
2025-09-15 01:57:05 +02:00
2023-06-06 19:28:49 +02:00
2025-01-24 01:06:21 +01:00
2024-02-13 00:13:40 +01:00
2023-09-26 03:17:22 +02:00
2025-10-11 03:35:09 +02:00
2025-09-07 02:50:17 +02:00
2025-10-24 22:05:26 +02:00

Las Gymkhanikas de Uli

Point-and-click adventure game developed using Escoria framework and Godot engine.

Building from source

Assumed folder structure

any-folder
├── gymkhana -> This project.
└── escoria-demo-game -> Folder for escoria core.

Steps

  1. Clone gymkhana repo
  2. Clone escoria-demo-game repo (main branch)
  3. Apply patches from the root folder. Run: ./apply_patches.sh

Video export.

  • 1280 x 720 | 25fps
  • Export to MP4
  • Convert to ogv ffmpeg -i input.mp4 -c:v libtheora -q:v 6 -c:a libvorbis -q:a 4 output.ogv

Export

  • Web: godot -v --export "HTML5" ../gymkhana-export-html/index.html
  • Linux: godot -v --export "Linux/X11" ../LasGymkhanikasDeUli-1.0-RC1.appimage
  • Windows: godot -v --export "Windows Desktop x64" ../LasGymkhanikasDeUli-1.0-RC1.exe

Sound attributions:

Icon attributions:

  • Translate button: Noun Project. Public domain
Description
No description provided
Readme MIT 606 MiB
2025-12-29 19:01:42 +00:00
Languages
GDScript 60.6%
TypeScript 25.6%
Python 8.6%
Shell 3.4%
HTML 1.5%
Other 0.3%