Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 668 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 668 Bytes

Betrayal Character Manager

Developer: Daymian Tomczyk

Summary:

Manages betrayal characters stats and supports persistent data storage to allow users to save previous game results, etc. The application currently supports up to 6 players, and displays their current stats by click the "Overview" button.

Building

There are currently 2 projects (BetrayalApp & BetrayalApp.DesignData). If you simply want to build the main application for demo / testing purposes, you can do so by

  1. Clone the repo
  2. Remove reference to BetrayalApp.DesignData in the main project (BetrayalApp)\
  3. Rebuild All (Ctrl + Shift + B in Visual Studio)
  4. Explore the application.