Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 898 Bytes

CoGB

Online co-op gameboy written in .NET Core and Java.

(Only tested with Pokemon Red)

Getting Started

  • 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

Controls

Use on-screen controls or , , , , Z, X, Enter, Backspace (or W, A, S, D, ,, ., Enter, Backspace) in the browser.

Limitations

  • Sound not supported
  • Runs only GB games (not GBC or GBA)

Acknowledgments