-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Mendz edited this page Sep 23, 2023
·
7 revisions
Welcome to the game-library wiki!
The GameLibrary provides a simple framework for creating games that follow a basic flow and a basic construct. The design allows the game developer to focus on implementing the game play and the game UI.
It is used by the following game console app projects:
The GameLibrary solution includes two example game console app projects that developers can learn from:
To work with the game-library repo, use any of the following:
-
Visual Studio Community Edition or .NET IDEs, and/or .NET CLI
- Please observe if the repo's About section has a "-preview" label. If so, be sure to use the appropriate preview version.
- GitHub Desktop or Git GUI Clients, and/or Git CLI
The GameLibrary is native AOT compatible/ready, so it can be used in projects designed for native AOT builds. Note that publishing to a native AOT build is not required.
Get the package from NuGet: https://www.nuget.org/packages/GameLibrary.
(c) Mendz, etmendz. All rights reserved.