Welcome to the Playtesters.API! This application is designed specifically for indie developers. It allows you to manage playtesters and control access to private builds using unique keys. In this guide, you will learn how to download and run the software successfully.
Before you begin, make sure your system meets the following requirements:
- Operating System: Windows 10 or newer, macOS, Linux
- Required Software: .NET 6 or later
- Disk Space: At least 100 MB free
- Network: Internet access for downloading dependencies
To get started, visit this page to download: Releases Page.
- Click on the link above to open the Releases page.
- You will see a list of available versions. Find the latest version listed.
- Click the link labeled โAssetsโ to expand it.
- Download the appropriate file for your system (e.g.,
.zipfor Windows,.tar.gzfor macOS/Linux). - Once the download is complete, locate the file in your downloads folder.
After downloading the file, follow these steps to run the application:
-
Extract Files
- Windows: Right-click the downloaded
.zipfile and select "Extract All." - macOS: Double-click the downloaded
.tar.gzfile to extract it. - Linux: Use your file manager to extract the
.tar.gzfile or open a terminal and runtar -xzf filename.tar.gz.
- Windows: Right-click the downloaded
-
Open Command Prompt or Terminal
- Windows: Press
Win + R, typecmd, and hit Enter. - macOS: Open Spotlight with
Cmd + Space, typeTerminal, and hit Enter. - Linux: Open your terminal from the applications menu.
- Windows: Press
-
Navigate to the Folder Use the
cdcommand to change directories to the folder where you extracted the files. For example:cd path\to\Playtesters.API -
Run the Application Type the following command and press Enter:
dotnet Playtesters.API.dllThe application will start running, and you will see messages in the console indicating its status.
- Use the provided API endpoint to add playtesters.
- You will need to provide an email and choose a unique key for each playtester.
- Each playtester gets a unique key. Make sure to share this key only with individuals who should have access to your builds.
- Use the API to upload your private build files securely.
- Share the access key with your playtesters to allow them to download and test your builds.
For more in-depth information on using the API features, refer to the official documentation. You will find examples and troubleshooting tips if you run into any issues while using the application.
If you have questions or need help, please check the Issues section of this repository. The community may have answers to your questions, or you can report new issues for assistance.
This project includes the following topics: access-keys, api, aspnetcore, backend, dotnet, ef-core, game-development, gamedev, indiedev, indiegame, minimal-apis, playtesters, playtesting, rest-api, unity, unity2d.
Check these topics in GitHub to find related projects and discussions.
To keep track of new updates and features, make sure to watch this repository. You will receive notifications whenever changes are made.
For immediate updates, follow us on our social media channels linked in the repository.
For details on whatโs new in each version, visit the Releases Page. You can see improvements, bug fixes, and more helpful information about each update.
By following this guide, you should now be able to download and run Playtesters.API with ease. Happy developing and enjoy managing your playtesters!