Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdamAtomic/flixel
flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.
https://github.com/AdamAtomic/flixel
Last synced: 6 days ago
JSON representation
flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects.
- Host: GitHub
- URL: https://github.com/AdamAtomic/flixel
- Owner: AdamAtomic
- License: other
- Created: 2009-10-18T23:14:40.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-11-05T01:35:36.000Z (about 9 years ago)
- Last Synced: 2024-10-14T18:41:40.545Z (25 days ago)
- Language: ActionScript
- Homepage: http://www.flixel.org/
- Size: 9.61 MB
- Stars: 1,130
- Watchers: 64
- Forks: 193
- Open Issues: 75
-
Metadata Files:
- Readme: readme.txt
- License: license.txt
Awesome Lists containing this project
- awesome-open-source-games - Flixel - Game-making library written entirely in ActionScript 3. (Frameworks/Engines/Libraries / IOS)
- awesome-actionscript-sorted - flixel - flixel is a free Actionscript (Flash) library that I distilled from a variety of Flash games that I've worked on over the last couple years, including Gravity Hook, Fathom and Canabalt. It's primary function is to provide some useful base classes that you can extend to make your own game objects. (Video Games / Game Engine)
README
ABOUT FLIXEL
=======================================================
Flixel is an open source game-making library that is completely free for personal or commercial use. Written entirely in ActionScript 3 by Adam “Atomic” Saltsman, and designed to be used with free development tools, Flixel is easy to learn, extend and customize. Flixel has been used in hundreds of games, including IGF nominees, Adult Swim games, and avant-garde experiments. Many Flixel users make their first game ever in Flixel.BASIC FEATURES
=======================================================
Display thousands of moving objects
Basic collisions between objects
Group objects together for simplicity
Easily generate and emit particles
Create game levels using tilemaps
Text display, save games, scrolling
Mouse & keyboard input
Math & color utilitiesADVANCED FEATURES
=======================================================
Record and play back replays
Powerful interactive debugger
Camera system for split screen
Pathfinding and following
Easy object recyclingHISTORY
=======================================================
Adam started working on Flixel in March of 2008, and released the first public version in June 2009. Probably the most commonly asked question about Flixel is "where did it come from?" so we've included a short explanation here:“I tried a few different times to make a little game engine type thing that would allow me to make retro games. That just seemed like a fun thing to be able to do for fun on a weekend. I tried it in C++/Python/OpenGL right when I left school, maybe 7 years ago? Anyways, it was a failure. Once ActionScript 3 came out, I was able to do some of the pixel-level stuff that I was really interested in. However, by the time I got my hands on AS3, I was more interested in just making little games, and seeing what patterns evolved. I kept making more complex games by reusing the code from the last project, and eventually those parts that I was seeing in every project got moved to their own folder. I think a lot of coders out there have a folder like this on their hard drive somewhere.”