an ascii console display for dart-written roguelikes. Inspired heavily by libtcod and rot.js
Stars
10
Forks
1
Watchers
10
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
31
commits
5
commits
fixes #3 at a possible performance cost, Did some work to help with #2, we'll see if it helps
b4745e3View on GitHubmerged PR fixing collisions, changed version number since we renamed Cells back to Chars
a02cff5View on GitHubremove global mouse variable, use static getter instead
4b87877View on GitHubput default colors as static in the Color class itself, declare the default bg and fg colors in the Char class
59cf904View on GitHubChars are now Cells since they do more than store character values, colors should interpolate opacity, Images can be generated from a subset of another Image's cells
1ba08aeView on GitHubremoved two unused vars, ClickEvent now contains a Char object as well.
266ce6cView on GitHub