Skip to content

Alcaro/bridges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2e22579 · Aug 16, 2022

History

65 Commits
Aug 16, 2022
Nov 24, 2020
Nov 24, 2020
Aug 16, 2022
Aug 16, 2022
Nov 24, 2020
Feb 24, 2020
Aug 16, 2022
Aug 16, 2022
Aug 16, 2022
Nov 24, 2020
Aug 16, 2022
Aug 16, 2022
May 3, 2018
Aug 16, 2022
Aug 16, 2022
Nov 25, 2018
Aug 16, 2022
Aug 16, 2022
Mar 22, 2018

Repository files navigation

Lord of Bridges

Enhanced remake of http://www.notdoppler.com/kingofbridges.php

Screenshot

Compilation - Linux (Debian/Ubuntu)

sudo apt-get install make libx11-dev mesa-common-dev python3
# (not sure if the above is complete)
git clone
make OPT=1

Compilation - other Linux

Adjust the above.

Compilation - Windows

Install Python and MinGW; I use https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-win32/seh/, others (for example MSYS2) are untested but will probably work. Run mingw32-make OPT=1. (Not tested on a real Windows, I just use mingw in Wine.)

Alternatively, if you prefer binaries, here's mine.

Compilation - other

Untested and unlikely to work, but if you're feeling adventurous, feel free to try.