From f8a8a5432b5472b4f296e5151b5689185a7889d0 Mon Sep 17 00:00:00 2001 From: VetheonGames <76892542+VetheonGames@users.noreply.github.com> Date: Thu, 8 Jun 2023 11:25:11 -0600 Subject: [PATCH] Initial Home page --- Home.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 Home.md diff --git a/Home.md b/Home.md new file mode 100644 index 0000000..78d0be6 --- /dev/null +++ b/Home.md @@ -0,0 +1,23 @@ +# Welcome to the DynamicCursesInput Wiki! + +This Wiki is designed to provide comprehensive documentation on the DynamicCursesInput gem. It is divided into two main sections: "Methods and Classes Explained" and "Examples". + +## Table of Contents + +### Methods and Classes Explained + +This section provides detailed explanations of the classes and methods used in the DynamicCursesInput gem. Each class and method has its own page, which includes a description of its purpose, its parameters, and its return value. + +1. [InputHandler Class](wiki/InputHandler) +2. [CursorMover Class](wiki/CursorMover) +3. [CharacterDeleter Class](wiki/CharacterDeleter) +4. [CharacterAdder Class](wiki/CharacterAdder) + +### Examples + +This section provides practical examples of how to use the DynamicCursesInput gem in your projects. Each example has its own page, which includes a description of the example, the code, and an explanation of how the code works. + +1. [Basic Usage Example](wiki/Basic-Usage-Example) +2. [Advanced Usage Example](wiki/Advanced-Usage-Example) + +We hope this Wiki helps you understand how to use the DynamicCursesInput gem effectively. If you have any questions or suggestions, please feel free to [contact us](mailto:vetheon@pixelatedstudios.net). \ No newline at end of file