https://github.com/headchant/AsciiPanel.as
a codepage 437 terminal for actionscript 3
https://github.com/headchant/AsciiPanel.as
Last synced: 17 days ago
JSON representation
a codepage 437 terminal for actionscript 3
- Host: GitHub
- URL: https://github.com/headchant/AsciiPanel.as
- Owner: usysrc
- Created: 2012-02-10T20:02:27.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-09T10:01:14.000Z (almost 12 years ago)
- Last Synced: 2025-03-17T14:01:54.863Z (29 days ago)
- Language: ActionScript
- Homepage: www.headchant.com
- Size: 138 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-actionscript-sorted - AsciiPanel.as - a codepage 437 terminal for actionscript 3 (Unsorted / Other API)
README
AsciiPanel.as
---------Heavily inspired by the Java AsciiPanel from Trystan: https://github.com/trystan/AsciiPanel
To quote the README of the original AsciiPanel:
AsciiPanel simulates a code page 437 ASCII terminal display. It supports all
256 characters of codepage 437, arbitrary foreground colors, arbitrary
background colors, and arbitrary terminal sizes.The default terminal size is 80x24 characters and default colors matching the
Windows Command Prompt are provided.This should be useful to roguelike developers.