https://github.com/konsumer/gurpscharactereditor
A user-friendly GURPS character editor.
https://github.com/konsumer/gurpscharactereditor
Last synced: about 1 year ago
JSON representation
A user-friendly GURPS character editor.
- Host: GitHub
- URL: https://github.com/konsumer/gurpscharactereditor
- Owner: konsumer
- Created: 2013-08-03T15:43:03.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-23T19:40:43.000Z (over 11 years ago)
- Last Synced: 2025-02-13T16:23:14.394Z (over 1 year ago)
- Language: C#
- Size: 316 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GURPS Character Editor
======================
A user-friendly GURPS character editor.
The purpose of this application is to relieve players and game masters alike from the number-crunching burdens of the game. The focus is on maintaining a character sheet, because it is where most of the calculations occurs.
System requirements
-------------------
The application requires Microsoft .NET Framework 4.0, and thus by extension Windows Vista or later.
Development style
-----------------
The application is developed using the Windows Presentation Framework (WPF) and following the Model-View-ViewModel (MVVM) pattern fairly rigorously. Furthermore unit testing is utilized, and Test-Driven Development (TDD) is used for non-trivial tasks.