-
Notifications
You must be signed in to change notification settings - Fork 263
add ebiten game #317
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
base: master
Are you sure you want to change the base?
add ebiten game #317
Conversation
Actually switching the UI to this would probably be smart: https://github.com/ebitengine/debugui (however its not stable yet) |
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (0.00%) is below the target coverage (70.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #317 +/- ##
========================================
Coverage 0.00% 0.00%
========================================
Files 25 11 -14
Lines 2832 986 -1846
========================================
+ Misses 2832 986 -1846
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Ah, 0.1 of debugui is already released, we can just pin to that: https://github.com/ebitengine/debugui/releases/tag/v0.1.0 |
Okay so we removed the third party library and replaced it with debugui, so now all we're depending on is ebiten! This is great! Honestly the only issue now is the fact that its only two player (which would need to be fixed by a refactoring of how the signaling server works...) |
Forgot to remove ebiten ui comment
Description
Add Ebiten Game project from https://github.com/ValorZard/gopher-combat
Note: There are two main issues with this project that aren't dealbreaking, but I'd like to see fixed at some point