Skip to content

pearmini/cell

Repository files navigation

Cell

The creative language for ASCII art based on Basic.

Note

The current next branch is implementing the new proposal API for production use. Please refer to the python branch for the released Python version.

Get Started

$ cell hello.cll
LET x = 0

Draw:
  BACKGROUND 0
  STROKE '0', YELLOW, RED
  FILL 'X', GREEN, BLUE
  RECT x, 0, 0
  LET x = x + 1

License 📄

ISC@Bairui SU