-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
22 lines (17 loc) · 787 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Vincent Prat (ViviCoder)
Simon Nicolas (Dramac)
This software is designed to assist the Game Master in a tabletop role playing game.
It enables to build structured scenarii with music, sound effects, image display, character table and to take notes all-in-one.
It also provides useful tools such as a dice simulator and a combat manager.
*****************
* LICENSE *
*****************
This software is under the GNU General Public License v3 or later.
See the LICENSE file for more information about this license.
**********************
* REQUIREMENTS *
**********************
Once installed (see README.install), to launch GM-Assistant you need:
- C++ standard library
- Qt5 library (including the Multimedia module)
- Poco library (including the XML and Zip modules)