-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web play #38
Comments
As of 1/5/2024, I don't believe this is possible. Zero major browsers support Java Applets and I was unable to find a jvm runtime for webassembly that would make running Tanks possible. We could revisit this idea later when more wasm resources become available. |
LibGDX supports web compilation but I was unable to get it working, also comes with some limitations like being unable to save data to disk. |
What does the compilation look like? |
In theory, it uses the Google Window Toolkit. I haven't gotten it to work yet. |
Oh ok |
Could you make it playable on a web page?
The text was updated successfully, but these errors were encountered: