crazycattle.club

CrazyCattle3D Web Port

You can play the game at crazycattle.club!

Alternate link: cattle.athrn.dev


This repository contains modified project files of the game CrazyCattle3D by Anna.
The original Godot project files were downloaded from the official itch.io page, all credits go to Anna for these.

The website is automatically updated by GitHub Actions when changes are pushed here. The workflow exports the Godot project as an HTML game, applies necessary changes to the code, optimizes the files, and uploads it to a hosting provider.


Assets like .glb models and .wav audio files have been optimized to reduce file size while maintaining quality. This allows the .pck file to load much faster when starting the game.

After the project is exported, the .wasm (WebAssembly) file generated by Godot is optimized using wasm-opt. Similarly, the .js and .html files are minified using terser.

Large files are compressed using the brotli compression algorithm to greatly speed up loading under slow connections.


This port behaves exactly like the original, with the physics being untouched and user data being saved like usual.