A game about the crisis and potential fall of a republic
- C 80.2%
- Shell 13.6%
- HTML 3.6%
- Batchfile 2.6%
|
|
||
|---|---|---|
| html | Corrected bug in web build | |
| scripts | Just a bit of change | |
| src | Added dice to rand | |
| tests | Added (somewhat working) input | |
| .gitignore | Added (somewhat working) input | |
| build.bat | Added HTML target (different than C) | |
| LICENSE | Initial Commit | |
| Notes | Initial Commit | |
| purse | Made build scripts usable | |
| README | Made build scripts usable | |
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.