The Bitley HC (Home Computer) is a fantasy console I want to make at some point, with very specific limitations. You have 12 colors to work with (all chosen by me), but each sprite/tile can only use one of those colors. And really you only have 11 colors, as black is reserved for transparency (and the background color). Tiles can only be 8x8, and sprites (excluding the player) consist of two tiles, which you can choose to arrange either horizontally or vertically. The players tiles can only be arranged vertically. Tile animation is supported, although frames are limited. Transparency is not possible. The fantasy console will use my own custom language (BitScript), which I have yet to make. I imagine it as a mash between Assembly and Python. Let me know if you'd like to see this as a real thing! |