sbiermanlytle / iioEngine

iio Engine: A JavaScript game engine for HTML5 Canvas
http://iioengine.com
455 stars 81 forks source link

iioengine 1.2 github #28

Closed lcnvdl closed 10 years ago

lcnvdl commented 10 years ago

Hi, I want to create a fork of your project optimized for Phonegap FastCanvas. I'm an useless with git/github. Please, can you tell me how can I fork the version 1.2 of iioengine?

Thank you very much!

Regards

sbiermanlytle commented 10 years ago

You won't be able to fork just the 1.2 version, but if you fork the whole repo, then all that code is in archives/1.2. I would have put 1.2 on a separate branch, but the file structure has changed a lot.

You can fork on the website, or use:

git clone https://github.com/sbiermanlytle/iioengine

After forking, you can send a pull request for any improvements you've made: https://help.github.com/articles/using-pull-requests

lcnvdl commented 10 years ago

Thank you!