Milk Tea (stylized as MilkTea) is a project that aims to create an alternative client for the web-based survival game zombia.io. Now in v1.0.0! 🎉
Get the binaries from the Releases page!
When you encounter this error: "MilkTea.app" is damaged and can't be opened., it is because to notarize the app, I need a $99/year certificate from Apple and I am NOT paying that.
To fix it, run this command after you have placed the app in the Applications folder:
xattr -d com.apple.quarantine /Applications/MilkTea.appFollow the prerequisites page for building Tauri (here).
(If any problems arise, please make an issue)
Install NPM dependencies if you haven't already:
pnpm iTo debug, run:
pnpm run tauri devTo build the client, run:
pnpm run tauri buildThe project provides you with a decent selection of CLI tools that you can use to make development easier. See more at tools.
This project also contains a folder that is an archive of every (unminified) version of the web client's app.js file since public release. You can check them out at archive.
