Online co-op gameboy written in .NET Core and Java.
(Only tested with Pokemon Red)
- Open CoGB.Web.sln in Visual Studio and start debugging
- Open Powershell and set environment variable
$env:GBSignalR = "http://localhost:5000/hubGame"
- Follow the
coffee-gb
Building/Usage instructions from the README
Use on-screen controls or โ, โ, โ, โ, Z, X, Enter, Backspace (or W, A, S, D, ,, ., Enter, Backspace) in the browser.
- Sound not supported
- Runs only GB games (not GBC or GBA)
- coffee-gb by trekawek