An open API service indexing awesome lists of open source software.

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.

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.