gamercade-io / gamercade_console

A Neo-Retro Fantasy Console. Make WASM-powered, networked multiplayer games.
https://gamercade.io
Apache License 2.0
169 stars 10 forks source link

Add Game -> Test Local Game Functionality #26

Open RobDavenport opened 2 years ago

RobDavenport commented 2 years ago

The file menu "Game" has an option for "Test Local Game", but it currently doesn't do anything.

This button should launch a single player game instance with the currently loaded rom.

I'm not sure on the best way to do this, maybe specifying the directory of the executable? Alternatively we coud embed the console in the editor somehow. Open to suggestions here.

RobDavenport commented 2 years ago

once #81 is merged I reckon we can borrow some functionality from there