nes icon indicating copy to clipboard operation
nes copied to clipboard

Is there support for two player ?

Open abcdsxg opened this issue 8 years ago • 1 comments

the controls only controll one player,how to set two kinds keys

abcdsxg avatar Nov 20 '17 03:11 abcdsxg

It works with joysticks.

If you want both players using the keyboard, you can try tweaking the code here:

https://github.com/fogleman/nes/blob/master/ui/util.go#L53-L64

https://github.com/fogleman/nes/blob/master/ui/gameview.go#L133-L140

fogleman avatar Nov 20 '17 04:11 fogleman