public class Program
{
public static void Main()
{
Console.WriteLine("Welcome to the PWAAT documentation!");
Console.WriteLine("This documentation was written by Creeper76.");
Console.WriteLine("Make sure to check out my GitHub!");
}
}
In this documentation, you will NOT find any tips or tricks for playing
through the game. You will only find different parts of the code and
what it does. If you are looking for tips or tricks, please refer to
other sources. This documentation is seperated into different parts of
the code. Each part of the code will have a description of what it does
and a code snippet of the code. The code snippet will be in C#, as the
game is written in C#.
The goal of this documentation is to help people understand the code of
the game and how it works. I would like to have every part of the code
documented, but that may not be possible. If you would like to help with
the documentation, please head over to the
GitHub
repository and leave a pull request!