Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karto/FlexTTD
An open source game engine in Flash ActionScript 3 and Flex inspired by OpenTTD. OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe"
https://github.com/karto/FlexTTD
Last synced: about 2 months ago
JSON representation
An open source game engine in Flash ActionScript 3 and Flex inspired by OpenTTD. OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe"
- Host: GitHub
- URL: https://github.com/karto/FlexTTD
- Owner: karto
- Created: 2009-06-07T21:03:41.000Z (over 15 years ago)
- Default Branch: FlexTTD
- Last Pushed: 2009-06-08T15:58:20.000Z (over 15 years ago)
- Last Synced: 2024-06-23T20:41:59.400Z (7 months ago)
- Language: ActionScript
- Homepage:
- Size: 43.4 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - FlexTTD - an open source clone of the Microprose game "Transport Tycoon Deluxe" (Video Games / Games)
README
A proof of concept to see if OpenTTD can be implemented in Flex.
--- Karto 2009.06.07OpenTTD : http://www.openttd.org
OpenTTD is an open source clone of the Microprose game "Transport Tycoon Deluxe", a popular game originally written by
Chris Sawyer. It attempts to mimic the original game as closely as possible while extending it with new features.== History ==
=== Prototype 0.4 ===
Still using as3isolib. Added loadgame and map tile load and garbage collection.--- Karto 2009.06.06
=== Prototype 0.3 ===
Moved to and examining as3isolib.
Project linked with as3isolib trunk .r243 from subversion
Bitmap data split out into seperate project.As3isolib is an open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected
content (such as games and graphics) targeted for the Flash player platform.
http://code.google.com/p/as3isolib/--- Karto 2009.06.02
=== Prototype 0.2 ===
Moved to and examining Modest Maps.
Project linked with modestmaps trunk .r807 from subversionModest Maps is a BSD-licensed display and interaction library for tile-based maps in Flash (ActionScript 2.0 and
ActionScript 3.0) and Python.
http://modestmaps.com/--- Karto 2009.05.27
=== Prototype 0.1 ===
Examining IsoPathfinder.A* Pathfinding in an isometric world with Flex
http://blog.topholt.com/2007/12/07/a-pathfinding-in-an-isometric-world-with-flex/--- Karto 2009.05.19