Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh also I had to add a definition for M_PI myself (maybe windows math.h doesn't define this?) and removed "static" from the main function (it complains about static functions being dll exported).

Thanks for this! Would you be able to open a pull request or otherwise send me the updates needed for the win build? I could then add it to the repo to help others. And it is true that I am using line breaks to separate all localisable strings, so some unix vs win differences do seem to be showing in your screenshot. It should be possible to strip the extra carriage return character which windows will add.

Done! https://github.com/timboe/FactoryFarming/pull/1