Skip to content

QSPFoundation/qsp-test-engine

Repository files navigation

qsp-test-engine

graph LR
  subgraph gameClient
    main_window
    actions
  end

  subgraph gameServer
    gameServer_input
    gameServer_output --> |set| actions
    gameServer_output --> |set| main_window
  end

  testClient --> |start game| gameServer_input
  testClient --> |select action| gameServer_input

  testClient --> |get| main_window

  testClient --> |get| actions
Loading

About

A test engine for QSP games

Resources

Stars

Watchers

Forks

Packages

No packages published