Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 682 Bytes

Readme.md

File metadata and controls

21 lines (17 loc) · 682 Bytes

Fall

Based on the original Fall demo by SeiferTim, updated for the latest HaxeFlixel release.

Screenshot

Fall is a demonstration of a variety of effects and methods, such as:

  • Procedural content generation
  • Use of FlxTypedGroup
  • Large numbers of objects on-screen simultaneously
  • Basic physics
  • FlxGradient use

Changes from the original:

  • Use of FlxGradient to generate background image
  • Use of FlxTypedGroups
  • Use of FlxRandom
  • Widescreen resolution
  • More efficient collision code