El Gato
  • Zig 95.5%
  • Shell 3.1%
  • C 0.7%
  • Java 0.6%
  • HTML 0.1%
Find a file
2026-09-23 01:41:05 +02:00
android Speed up of image picker 2026-08-28 23:21:17 +02:00
assets Some worke on nutrition screen 2026-09-18 00:53:11 +02:00
server Cleanup 2026-08-14 00:49:07 +02:00
src Scroll list with nutrition 2026-09-23 01:41:05 +02:00
vendored init 2026-07-11 13:05:41 +02:00
.gitignore Tabata working 2026-09-03 20:28:48 +02:00
.gitmodules init 2026-07-11 13:05:41 +02:00
build-web.sh init 2026-07-11 13:05:41 +02:00
build.sh init 2026-07-11 13:05:41 +02:00
build.zig DLL installed in the wrong directory on Windows, game.dll lands in lib/ instead in zig-out/bin 2026-09-10 22:11:42 +02:00
build.zig.zon Working android 2026-07-25 21:19:10 +02:00
gato.html init 2026-07-11 13:05:41 +02:00
index.html init 2026-07-11 13:05:41 +02:00
README.md Refactoring build 2026-07-25 21:19:10 +02:00
run-web.sh init 2026-07-11 13:05:41 +02:00
run.sh * MSVC-specific compiler flags. *Avoid sanitizers and -fanalyzer under MSVC. *Link math only outside Windows. *Detect .exe files in common Windows build directories when running the game 2026-07-25 21:19:10 +02:00
setup-android.txt Initial Zig 2026-07-25 21:19:10 +02:00
setup.sh init 2026-07-11 13:05:41 +02:00
shell.html Initial Zig 2026-07-25 21:19:10 +02:00

Build Native

zig build run

Build Web

zig build web emrun zig-out/html/index.html

Build Android

zig build android android/install.sh