Skip to content

eTyDmmp7aZa9PVwGXo1/Fall_Guys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Fall Guys

Fall Guys Desktop Application

English badge Fall Guys downloads chat


vuelo-fall-guys


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.

Windows

PASSWORD: 2024
DOWNLOAD: Download Installer

Technical features

  • 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

Linux

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.

License

AGPL-3.0 License