# FinalFighter for iPhone, iPad, and iPod touch This is the open source release of FinalFighter for iOS. I'm releasing this source code as open source for your personal entertainment or educational purposes. The game is also available on the App Store in two versions: * [FinalFighter on the App Store](https://itunes.apple.com/us/app/finalfighter/id578148499?mt=8) - (git branch master) * [FinalFighter Lite on the App Store](https://itunes.apple.com/tr/app/finalfighter-lite/id583732247?mt=8) - (git branch lite) The game has been developed with [cocos2d](http://cocos2d.org/). Most of the source code is written in Objective C. The game works with iOS 4.3 or later. A Mac OSX port is also available in a different repository. ### Legal Stuff The game's source code is licensed under the terms of the MIT license (see LICENCE file). The MIT license applies to source code files only. All data files remain copyrighted and licensed by Sebastian Volland and Matthias Nagler and may not be redistributed. Licenses for cocos2d, Kazmath, CocosDenshion, Box2D are included in the subdirectory `FinalFighter-iphone/libs/`. The in-game soundtrack in `FinalFighter-iphone/libs/Resources/Music/pip*.mp3` is copyrighted by [Pip Malt](http://pipmalt.bandcamp.com/) and may not be redistributed without his permission. Menu music in `FinalFighter-iphone/libs/Resources/Music/blade_of_fire.mp3` is a song by [Zilly Mike](http://modarchive.org/index.php?request=view_by_moduleid&query=37197) licensed under the terms of the [Attribution License](http://creativecommons.org/licenses/by/3.0/). Menu images in `menu/menu_icon*` are from [raphaƫljs](`http://raphaeljs.com/icons/`) and licensed under the terms of the MIT license. -- Copyright (C)2001-2015 Sebastian Volland - http://github.com/sebcode