Goma Games on Github

A resource for learning Game Development

HaxeFlixel

http://haxeflixel.com

Create cross-platform games easier and free. All with one codebase. Haxe compiles to platforms natively : Linux, Mac, Windows, Android, iOS, Neko, Ouya, Blackberry, Flash, and Web Browsers.

  1. Listen for Mouse Events browser demo
  2. Listen for Touch Events
  3. Listen for Mouse and Touch Events
  4. Move a shape with keyboard controls
  5. Render an image sprite
  6. Move a simple shape around using gamepad controls
  7. Move a simple shape around using polar coordinates with analog gamepad controls
  8. Move a nested sprite around using polar coordinates with analog gamepad controls in tank style

HaxePunk

http://haxepunk.com

HaxePunk is an open source framework, ported from FlashPunk, and designed to let you build your game on any platform. It provides the tools to quickly prototype ideas and the performance to make them great. Haxe compiles to platforms natively : Linux, Mac, Windows, Android, iOS, Neko, Ouya, Blackberry, Flash, and Web Browsers. note These demos should work as intended, though we will no longer be updating these sample projects.

  1. Render a simple shape
  2. Render an Image Sprite
  3. Move a shape with keyboard controls
  4. Listen for Mouse Events
  5. Listen for Touch Events
  6. Listen for Mouse and Touch Events
  7. Interface for Mouse and Touch Drag Events
  8. Move a shape with a gamepad
  9. Move a simple shape around using polar coordinates with analog gamepad controls
  10. Move a entity around using polar coordinates with analog gamepad controls in tank style
  11. Move simple shapes around using multiple gamepads local co-op style
  12. Two games connect to socket server that broadcasts events

Phaser

http://phaser.io

Phaser is a fast, free and fun open source HTML5 framework for Canvas and WebGL powered browser games. Phaser games can be played on Desktop and Mobile platforms.

  1. Phaser Examples
  2. Render a simple shape - source code organization
  3. Toe-Fu - an almost complete "Dive Kick" clone Source code : Play the game!

Free Resources and Assets

Slowly growing collection of curated game dev resources especially useful for workshops and hackathons.

Graphics

  1. 2D graphics
  2. 2D tiles