Fall Guys Desktop Application
This is an unofficial project solely intended for personal learning and research. Since the Fall Guys desktop application was open-sourced, it has garnered a lot of attention, and I want to thank everyone for their support. However, as the project progressed, two issues have arisen that greatly impact its future development:
- Some individuals have repackaged and sold it for profit.
- The name and icon of Fall Guys could potentially lead to infringement disputes.
PASSWORD: | 2024 |
---|---|
DOWNLOAD: |
- C++ runtime library (CRT) is not used in release builds
- No heap memory allocations
- No static imports in release build on Windows
- No threads are created
- Exceptions are not used
- No external dependencies
Configure with CMake:
cmake -DCMAKE_BUILD_TYPE=Release -B build
Build:
cmake --build build -j $(nproc --all)
After following these steps you should receive FallGuysBuild.so file in build/Source/ directory.
AGPL-3.0 License