Skip to content

Commit

Permalink
Merge pull request #1 from madbranch/master
Browse files Browse the repository at this point in the history
Readme in markdown
  • Loading branch information
johanp committed Mar 23, 2012
2 parents 4d40ed3 + 5a38aef commit 5af909c
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 32 deletions.
32 changes: 0 additions & 32 deletions README

This file was deleted.

35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

# Pixelizer

Welcome to Pixelizer - a AS3 entity and component based game framework!

Pixelizer takes care of all the tedious bits of game development and allows you to focus on what really matters - your game! Being based on entities and components, Pixelizer is very easy to extend and reuse.

Features:

* easy extendable component based framework
* nestable entities for easy manipulation of groups
* lots of premade components and entities
* fast 2D rendering
* automated collision detection and response
* spritesheets, animations and tilemaps
* prerendering of movieclips
* automatic panning and volume of moving sounds
* exact mouse and keyboard input
* fancy text rendering
* handy math and string routines
* effective object pools
* useful logging
* and much more


Pixelizer is under development. If you have any ideas on how to make it better or any feedback at all. Please let me know!

Thank you!<br/>
/ johan


--<br/>
Johan Peitz<br/>
johanpeitz.com<br/>
@johanpeitz<br/>

0 comments on commit 5af909c

Please sign in to comment.