Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaybaird/Islands-of-Empire
Islands of Empire is an AS3 game using FlashPunk
https://github.com/jaybaird/Islands-of-Empire
Last synced: about 2 months ago
JSON representation
Islands of Empire is an AS3 game using FlashPunk
- Host: GitHub
- URL: https://github.com/jaybaird/Islands-of-Empire
- Owner: jaybaird
- Created: 2011-02-04T19:21:32.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-02-04T19:34:34.000Z (almost 14 years ago)
- Last Synced: 2024-08-04T05:03:44.514Z (5 months ago)
- Language: ActionScript
- Homepage: http://armorgames.com/play/10238/islands-of-empire
- Size: 282 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
- awesome-actionscript-sorted - Islands-of-Empire - Islands of Empire is an AS3 game using FlashPunk (Video Games / Games)
README
Islands of Empire
You can play the game here:
http://armorgames.com/play/10238/islands-of-empireHere is the big pile of code for the game I've been working on for over a year. It was my first released game *ever*.
You will need the following external libraries:
AS3Signals - https://github.com/robertpenner/as3-signals
Bit101 Components - http://www.minimalcomps.com/
GTween - http://gskinner.com/libraries/gtween/The assets directory has been removed since I don't have a license to distribute most of the assets. The AS3 code though I think could be useful to others.
Flashpunk is included in the source tree since at the time I was making changes to it that have now been rolled into master.
I'm releasing this code under the MIT license, so have fun :)
Copyright (C) <2011> by
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.