Difference between revisions of "Free Game Resources"

(Added Concerned Joe dev blog link)
m (Forgot to add link decription)
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
* [http://concernedjoe.com/devblog/hardcoding-slopes/] An elegant method to implement slopes and rounded tiles in an orthogonal game.
+
* [http://concernedjoe.com/devblog/hardcoding-slopes/ Hardcoding & Slopes] An elegant method to implement slopes and rounded tiles in an orthogonal game.
  
 
===Editors===
 
===Editors===

Revision as of 03:14, 31 August 2014

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:

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