Currently there are functions and classes for the AsciiEngine that are not documented in the README. If a user wants to understand how to use the engine, the main way currently is to actually step through the code and see what functions exist, and what their purpose are.
Documentation in the README on each function in the engine is needed. Each function should have a brief description, explanation of parameters, and unless the function is intuitive to use (such as the quit() function), a piece of example code using the function.
Currently there are functions and classes for the AsciiEngine that are not documented in the README. If a user wants to understand how to use the engine, the main way currently is to actually step through the code and see what functions exist, and what their purpose are.
Documentation in the README on each function in the engine is needed. Each function should have a brief description, explanation of parameters, and unless the function is intuitive to use (such as the
quit()function), a piece of example code using the function.