PolyMarsDev / Terri-Fried

A multi-platform C++ game made for Ludum Dare 46
205 stars 55 forks source link

port to macOS #8

Open igoro00 opened 4 years ago

igoro00 commented 4 years ago

g++ on macOS didn't like using doubles as ints so I manually casted them when needed. It compiles now on Linux and macOS from the same source. It would probably work on BSD too but I dont use BSD so I cant test that. I also added instructions for compiling on Linux and macOS in README.md

AToska21 commented 2 years ago

@PolyMarsDev