Skip to content

icebreaker/fz2d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fz2D

Fz2D is a 2D game engine and framework, designed with simplicity and performance in mind from the ground up.

Fz2D

You should consider it alpha quality, as-in take everything with grain of salt and pepper.

If you used Flixel and/or Flash Punk before, you'll feel right at home ♻️.

You can check out a few small demos over here.

Getting Started

It's easy peasy to get started.

Dependencies

npm install

To create a new project based on the provided template, all you need to do is following:

mkdir ~/hello_world
cake -p ~/hello_world create
cd ~/hello_world
npm install
cake build

To find out more commands just type cake.

What's missing?

There are certainly a lot of things missing and the feature set shouldn't be considered full nor final by any stretch of the imagination.

Contributions are always welcome and much appreciated.

Contribute

  • Fork the project.
  • Make your feature addition or bug fix.
  • Do not bump the version number.
  • Send me a pull request. Bonus points for topic branches.

License

Copyright (c) 2014-2017, Mihail Szabolcs

Fz2D is provided as-is under the MIT license. For more information see LICENSE.

About

Fz2D is a 2D game engine and framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published