I'd like to recreate one of my favorite NES (Nintendo Entertainment System) games using Pygame. Is there a way that I can programmatically extract sprites from say an NES emulator that I can then use in my project as bitmaps? This is a lesser known game so as far as I know there are no sprite sheets already available as there would be for say a game like Super Mario. Thanks.
Asked
Active
Viewed 285 times
-3
-
Why are people voting down? At least tell me what's wrong with my question. It's legitimate and I'm doing it to learn Pygame. I'm not trying to make any money. – terratunaz Jan 24 '17 at 16:38
-
NES emulatr should have own forum - maybe ask on this forum. They should know how to get images from NES game. – furas Jan 24 '17 at 20:10
1 Answers
1
I can recommend you to use one of the utilities available here. For instance, Graphics Extractor and Inserter

BPL
- 9,632
- 9
- 59
- 117
-
Thanks for the help. Exactly what I was looking for. Very cool utilities. Thanks again! – terratunaz Jan 25 '17 at 22:33