1
0
Fork
You've already forked Res-Derelictae
0
A game about the crisis and potential fall of a republic
  • C 80.2%
  • Shell 13.6%
  • HTML 3.6%
  • Batchfile 2.6%
2026年07月01日 12:55:40 +02:00
html Corrected bug in web build 2026年01月31日 10:02:44 +01:00
scripts Just a bit of change 2026年05月21日 20:28:32 +02:00
src Added dice to rand 2026年07月01日 12:55:40 +02:00
tests Added (somewhat working) input 2025年08月23日 17:52:14 +02:00
.gitignore Added (somewhat working) input 2025年08月23日 17:52:14 +02:00
build.bat Added HTML target (different than C) 2025年09月03日 10:27:03 +02:00
LICENSE Initial Commit 2025年08月23日 11:00:38 +02:00
Notes Initial Commit 2025年08月23日 11:00:38 +02:00
purse Made build scripts usable 2025年09月18日 15:12:59 +02:00
README Made build scripts usable 2025年09月18日 15:12:59 +02:00

Windows build from Linux:
```sh
apt-get install -y wine64 python3 msitools ca-certificates winbind
git clone https://github.com/mstorsjo/msvc-wine.git
cd msvc-wine
./vsdownload.py --dest ~/msvc
./install.sh ~/msvc
```
Alias `cl` as `cl-x86_64` and `cl-arm64`.
Run `. ./build.sh -t all -m b` to build for all targets.