Placeholder graphics

From NESdev Wiki
Revision as of 19:08, 7 September 2024 by Tepples (talk | contribs) (an example of the sort of trouble that copying placeholder sprites from other games can get you into, per Matt Hughson)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Most programmers can't produce large quantities of high-quality pixel art. So for a game that uses a scrolling map, it is wise to enlist artists. Ordinarily, it goes like this:

  1. Develop an engine
  2. Make a playable tech demo
  3. Attract artists
  4. Make the game itself, as a total conversion mod of the demo that you produced in step 2

But in order to make the demo, you'll need some art assets to put in your demo. Some people prefer to rip graphics from existing non-free NES games, but it could prove disastrous if enough of these tiles managed to make it into the final release. Art with clear provenance will avoid the sort of negative reception that one NES project's crowdfunding campaign got for using undisclosed placeholder art from other games.[1] It's better to use assets that require nothing more than crediting the author, like these:

References

  1. White Hat (@WhiteHat94). "What's with all the stolen sprites?". 2024-09-04. Accessed 2024-09-07.

External links