This repository was archived by the owner on Mar 29, 2026. It is now read-only.
jkirsteins/snake
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Instructions on how to get this show going:
1. cp flex-config.xml{.template,}
vim flex-config.xml
%s/\/opt\/flex\/frameworks\//YOUR_FLEX_PATH\/frameworks/g
2. Download http://download.macromedia.com/pub/flashplayer/updaters/10/flash_player_10_linux_dev.tar.gz
Link (or move) the debug binary to /usr/bin/flashplayer-dbg
3. Execute the build script and run bin/snake
Serverside instructions:
Flex cannot communicate with remote servers, unless the
remote server explicitly permits it. Place a "crossdomain.xml" file
at the server root (http://janiskirsteins.org/crossdomain.xml, for example)
and add these lines to it:
<cross-domain-policy>
<allow-access-from domain="*" />
</cross-domain-policy>