https://github.com/mevdschee/blockstar
A puzzle game build in Flex 4
https://github.com/mevdschee/blockstar
Last synced: about 7 hours ago
JSON representation
A puzzle game build in Flex 4
- Host: GitHub
- URL: https://github.com/mevdschee/blockstar
- Owner: mevdschee
- Created: 2013-01-27T17:23:06.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-28T00:38:51.000Z (almost 13 years ago)
- Last Synced: 2024-10-04T21:41:21.104Z (over 1 year ago)
- Language: ActionScript
- Homepage:
- Size: 992 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
BlockStar
=========
A puzzle game build in Flex 4
Demo: http://www.maurits.vdschee.nl/blockstar/
## Requirements
- Apache Flex® SDK 4.9
- Flash Player 11 (content debugger)
- Java 1.6
## Installation
### Linux (Debian based)
Download Apache Flex® SDK 4.9 binaries from (Mac version works for Linux):
http://flex.apache.org/download.html
Unpack "apache-flex-sdk-4.9.0-bin.tar.gz" and place it in a directory named "sdk".
Download the and "Projector content debugger" and "playerglobal.swc" from:
http://www.adobe.com/support/flashplayer/downloads.html
Unpack "flashplayer_11_sa_debug.i386.tar.gz" and move flashplayerdebugger to "bin/flashplayerdebugger".
Move "playerglobal11_5.swc" to "frameworks/libs/player/11.1/playerglobal.swc".
In the file "frameworks/flex-config.xml" replace "{playerglobalHome}" by "libs/player".
Make sure you have 32-bit compatibility libraries installed by running:
sudo apt-get install ia32-libs