You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ebiten-game/README.md
-2
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
This is a pretty nifty demo on how to use [ebitengine](https://ebitengine.org/) and [pion](https://github.com/pion/webrtc) to pull off a cross platform game!
4
4
5
-
(UI is done using [ebitenui](https://github.com/ebitenui/ebitenui))
6
-
7
5
You can have a client running on the browser and one running on a desktop and they can talk to each other, provided they are connected to the same signaling server
8
6
9
7
Requires the signaling server to be running. To do go, just go inside the folder /signaling-server and do ``go run .``
0 commit comments