Overview
This project simulated Barcode Battler II.
http://www.yuko2ch.net/barcode/BarcodeBattler2Simulator.html
Flash Builder 4 Standard or higher Flex SDK 4.1 or higher
- Import this project to Flash Builder 4.
- Change the project property "Flex SDK version" to "Flex 4.X" and check "Flex 3 compatible mode".
- Then, you run a release build. The SWF file is created in the release-bin directory.
- Fork it ( https://github.com//BarcodeBattler2-Simulator )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request