Loading repository data…
Loading repository data…
devopsopportunity / repository
Based on a recent true story, experience Jacob's resilience in this new C# .NET 8 game. Jacob is a lion who made headlines by swimming through the Kazinga Channel in Uganda at night. Relive his dangerous adventures against crocodiles, hippos and poachers' traps, all with emojis.
Greetings of today!!! 😊 This hot summer has inspired me to create this C# .NET 8 game, based on the true story of Jacob, the lion king of the Kazinga Channel.
Watch the gameplay video of "Jacob's Resilience" on YouTube:
Jacob's Resilience is a C# .NET 8 game that takes inspiration from the true story of Jacob, the lion king of the Kazinga Channel in Uganda. This game encapsulates Jacob's daring journey across treacherous waters, facing challenges such as crocodiles hippos and poachers' traps, symbolizing his resilience in the face of adversity, all with emojis.
To get started with Jacob's Resilience on your system, follow these steps:
Install Dependencies:
xterm and sox installed:
sudo apt-get install xterm
sudo apt install sox
Start the Application:
Run the start script for regular application mode:
./start.sh application
Alternatively, use Docker for deployment:
./start_docker.sh
Clean Build Files:
dotnet:
./clean_build_files.sh
Build and Release:
Build the application without executing:
dotnet build
Release the application for Windows (generate .exe file):
dotnet publish -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true -p:PublishTrimmed=true ./csproj/DotNet.Docker.csproj