Skip to content

d223chen/maze_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

A terminal program written in C++ which tiles the console screen using the classic "Box Builder" characters from Code Page 437. See: https://en.wikipedia.org/wiki/Box-drawing_character Code Page 437 is the original IBM PC character set.

Note that, because this program uses windows.h as a header file, it is only functional on a machine running Windows.

I have yet to find a portable "SetConsoleOutputCP" function in C. This function is responsible for changing the code page of the console to 437. ...It looks like this is stuck on Windows for now. :(

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages