Thursday, October 12, 2023
Drawing a chessboard grid with graphic characters
╔═══╤═══╤═══╤═══╤═══╤═══╤═══╤═══╗
8 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
7 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
6 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
5 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
4 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
3 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
2 ║ │ │ │ │ │ │ │ ║
╟───┼───┼───┼───┼───┼───┼───┼───╢
1 ║ │ │ │ │ │ │ │ ║
╚═══╧═══╧═══╧═══╧═══╧═══╧═══╧═══╝
a b c d e f g h
Subscribe to:
Post Comments (Atom)
-
Given this module some attention today. Added some of the more package wide options to the module and created customised handler for settin...
-
Over the past few programming sessions I've been working on producing a central point, a dashboard, around which it's possible to se...
-
The contents of a GtkTextBuffer can be saved as serialized binary file. Whilst converting such a file to ascii may be problematic if the bu...
No comments:
Post a Comment