Difference between revisions of "Free Game Resources"

Line 80: Line 80:
 
* [http://www.ironcoding.com/2011/02/flash-as3-tile-based-game-tutorial-pt-1-intro/ Iron Coding's Excellent tutorial for tile-based movement] (It's flash, but very well explained. The ideas can be used for any language)
 
* [http://www.ironcoding.com/2011/02/flash-as3-tile-based-game-tutorial-pt-1-intro/ Iron Coding's Excellent tutorial for tile-based movement] (It's flash, but very well explained. The ideas can be used for any language)
 
* [http://higherorderfun.com/blog/2012/05/20/the-guide-to-implementing-2d-platformers/ The guide to implementing 2D-platformers] A good read about 2d platformers: main types, general implementations, and some gritty details
 
* [http://higherorderfun.com/blog/2012/05/20/the-guide-to-implementing-2d-platformers/ The guide to implementing 2D-platformers] A good read about 2d platformers: main types, general implementations, and some gritty details
 +
 +
===Editors===
 +
* [http://code.google.com/p/box2d-editor/ Physics Body Editor (previously known as box2d-editor)]  Visual application to easily create collision complex polygons for in-game collision test.
  
 
==Maps==
 
==Maps==

Revision as of 18:37, 9 January 2013

links to free stuff (Creative Commons-licensed and the like) that can be used in game creation.


Game Design/Ideas

Graphics/Art

Software:

Procedural generation:

Misc:

Sound

Music:

  • Jamendo's free music (Various)
  • Musopen
  • Binärpilot (Evil chiptunes. Big plus for umlaut. Licensed CC-NC-ND. Use with caution.)
  • 8bitcollective (Chiptunes) (Licensed CC-NC-SA. Use with caution.)
  • Fanatical Productions
  • Creative Commons' own list of music, containing lots of links. Two examples below:
    • ccmixter is a "a community music site featuring remixes licensed under Creative Commons where you can listen to, sample, mash-up, or interact with music in whatever way you want."
    • sampleswap is a "100% free AIFF/WAV collection contains 6.4 GB of sounds"

Software:

Fonts


Physics / Movement

Editors

Maps

Software

  • Tiled map editor A generic map editor.
  • Ogmo Editor A generic level editor, saving to XML files.
  • DAME Editor Another generic level editor, done in flixel. You can create your own map exporter in Lua.

Procedural generation

General