Skip to content

KingKnecht/AplayTest

Repository files navigation

AplayTest

Proof of concept creating a business app in WPF with game network framework "Aplay" from http://www.aplaypowered.com/

Simple project selection dialog is shown at the beginning.

Getting started

  • Download Zip or fork AplayTest
  • Start "AplayTest.Server.Console"
  • Start one or more instances of "AplayTest.Client.Gemini"
  • Search or create a new project. Check other clinet for updates.
  • Join a project (nothing interesting will happen...)

Network adresses are hard-coded in server:

 public static void Main()
        {
            var server = new APlayServer(63422, new ProjectManagerFactory(new ProjectManagerService()));
        }

and in client (ShellViewModel.cs):

 APlayClient.Start("127.0.0.1:63422");

About

Proof of concept creating a business app with game network framework "Aplay" from aplaypowered.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages