Skip to content

mrbid/TuxFishing

Repository files navigation

Tux Fishing

Screenshot of the Tux Fishing game

The first FOSS Linux Fishing game in 3D!

build

sudo apt install --assume-yes libglfw3-dev libglfw3
sudo apt install --assume-yes tcc
sudo apt install --assume-yes upx-ucl
sudo apt install --assume-yes mingw-w64
make
./release/TuxFishing_linux

or

make deps
make test

You don't need UPX but if you don't have the package you can download the binary from here.

attribution