Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (18 loc) · 778 Bytes

setting_project.rst

File metadata and controls

21 lines (18 loc) · 778 Bytes

Setting up project

You can create project using two ways

First way

  • Create a .NET Core project, I recommend you call it [Game Name] .Assets.
  • Create a Xamarin Forms, WPF, WinForms or GTKSharp application, I recommend you call it [Game Name]. [Platform name].
  • After that you need to add references to TDNPGL.Core to all these projects and TDNPGL.Views. [Platform name] to the client project of the game.

Tip

I recommend using the second method because the first is deprecated

Second way

  • Download TDNPGL CLI from github repository
  • Install .NET Cli
  • Type tdnpgl -create [Game Name] in directory for game sources