Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 404 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 404 Bytes

ConsoleHelper

  • Library for Console painting - for children's learning of programming
  • Demo: ConsoleHelper.Demo.Run(); in Demo.cs
  • Methods:
  •   FullScreen()
    
  •   DrawCircle(...)
    
  •   Random methods
    
  •   Write(...)
    
  •   DrawTriangle(...)
    
  •   DrawEllipse(...)
    
  •   DrawLine(...)
    
  •   MoveRectangle(...)
    
  •   Wait(...)
    
  •   Animator class - simple animation in Console application(...)
    

Demo

Demo