Placeholder graphics: Difference between revisions

From NESdev Wiki
Jump to navigationJump to search
No edit summary
(→‎External links: notified by someone on another wiki)
Line 20: Line 20:


== External links ==
== External links ==
*[https://chasersgaming.itch.io/rpg-assets-nes RPG assets by Chasersgaming on Itch] (CC0 Public Domain)
*By Chasersgaming on Itch: [https://chasersgaming.itch.io/rpg-assets-nes RPG Assets (NES)]; [https://chasersgaming.itch.io/tile-set-pack-7-nes Tile Set Pack for NES] (CC0 Public Domain)
*[https://opengameart.org/ OpenGameArt] (Various licenses)
*[https://opengameart.org/ OpenGameArt] (Various licenses)

Revision as of 15:03, 4 March 2018

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. So it's better to use assets that require nothing more than crediting the author, like these:

External links