Tell me more ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

Are there any open source games using Flashpunk? The other big flash game library Flixel has a number of example projects, are there any equivalents for Flashpunk?

share|improve this question

5 Answers

You can check out http://www.brighthub.com/hubfolio/matthew-casperson/blog/archive/2010/03/19/flashpunk-tutorials.aspx. The tutorials are a little old now, but should give you somewhere to start.

share|improve this answer
Thanks, but unfortunately this stuff seems seriously out of date. It looks like they have restructured a lot of the library since this has been written. – James McMahon Jul 17 '11 at 15:34

For the last Ludum Dare competition there were some games that used FlashPunk:

  • #1 Flee Buster - Chevy Ray (creator of FlashPunk)
  • #7 McPixel - Sos
  • #8 Hollow - Connor Ullman
  • #27 Reach For It - Noel Berry

Once you start browsing the FlashPunk forums, these names will become familiar. Oh yeah, the forums have tutorials too.

share|improve this answer

I am probably resurrecting a very old topic, but I open-sourced a small platformer game I made for an artist on Flash Game License. The game didn't sell (as I never thought it would) but I made it for the learning experience.

Take a look here:

http://www.github.com/ericmbernier/GemCollector

Be forewarned though, the code is pretty ugly in spots, as I threw it together in a matter of days with no concern for code quality. Enjoy!

share|improve this answer

Here are some open source resources that I've found so far.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.