Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

31 lines (26 loc) · 1.19 KB

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