tsoding / eepers

Simple Turn-based Game
MIT License
344 stars 19 forks source link

MacOS M chip support #32

Closed sharpvik closed 5 months ago

sharpvik commented 6 months ago

Would it be possible to cross-compile the game to support newer Mac models that use M chips?

Kensan commented 6 months ago

You can use the macOS build script in combination with the aarch64 toolchain, see https://github.com/tsoding/eepers/pull/13#issuecomment-2016862353 for instructions regarding where to get the toolchain.

sharpvik commented 5 months ago

@Kensan This is the comment that worked for me really well. I managed to compile the whole thing and it works without a single issue.

The room with 4 monsters is really hard. IDK how to get through.

The issue should be closed though. Thanks for the assistance!