Skip to content

howzat/ConsoleDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConsoleDraw

Some hacking around command line drawing

  • git clone [email protected]:howzat/ConsoleDraw.git console-draw
  • cd console-draw
  • mvn clean install
  • ./run.sh
Enter command:C 20 4
----------------------
|                    |
|                    |
|                    |
|                    |
----------------------
Enter command: L 1 2 6 2
----------------------
|                    |
|xxxxxx              |
|                    |
|                    |
----------------------
Enter command:L 6 3 6 4
----------------------
|                    |
|xxxxxx              |
|     x              |
|     x              |
----------------------
Enter command:R 16 1 20 3
----------------------
|               xxxxx|
|xxxxxx         x   x|
|     x         xxxxx|
|     x              |
----------------------
Enter command:B 10 3 o
----------------------
|oooooooooooooooxxxxx|
|xxxxxxooooooooox   x|
|     xoooooooooxxxxx|
|     xoooooooooooooo|
----------------------
Enter command:Q

About

Some hacking around command line drawing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages