jcollard / HACC

C# DotNet 6 HTML ANSI Console Canvas. Still pre-alpha.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HACC

C# DotNet 6 HTML ANSI Console Canvas.

  • Contains a virtual terminal character buffer with text and appearance kept separately.
  • Contains a HTML component that renders the character buffer contents.
  • Contains glue code to create a System.Console compatible ANSI Console on an HTML5 Canvas.

Work in progress.

Will update readme once alpha is attained.

Tests

Development

  • Clone git@github.com:HACC-ers/HACC.Development.git recursively
  • Would love a collaborator on this and other projects.

Future

  • https://github.com/JessicaMulein/PlayZMachine will be based on this
  • A possible BBS with door games like ZMachine and a sea-faring game I'm writing in a private repo, (top secret!) which used to have the only test harness solution containing both the source and test repos.

About

C# DotNet 6 HTML ANSI Console Canvas. Still pre-alpha.

License:MIT License


Languages

Language:C# 98.2%Language:JavaScript 1.4%Language:HTML 0.4%