Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/situx/mafiamanager
A data managing software to create characters for the popular game Mafia
https://github.com/situx/mafiamanager
android java mafia xml
Last synced: 20 days ago
JSON representation
A data managing software to create characters for the popular game Mafia
- Host: GitHub
- URL: https://github.com/situx/mafiamanager
- Owner: situx
- License: gpl-3.0
- Created: 2017-05-29T18:56:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-19T17:46:50.000Z (about 1 year ago)
- Last Synced: 2024-11-03T19:38:59.064Z (2 months ago)
- Topics: android, java, mafia, xml
- Language: Java
- Homepage: https://situx.github.io/MafiaManager/
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MafiaManager
[![Build Status](https://travis-ci.com/situx/MafiaManager.svg?branch=master)](https://travis-ci.com/situx/MafiaManager)
MafiaManager is an Android app and an accompanying web application for creating, managing, and playing roleplaying games that follow the ruleset of the popular game Mafia.
## MafiaML
MafiaManager provides the definition of an XML datastructure in which characters, items and events for the popular roleplaying game Mafia can be defined.
This provides a unified XML standard for sharing Mafia decks among computers.
A complete documentation of the standard is provided here:- [MafiaML](mafiaml.md)
The gamesets provided in this Github repository do not include images of the gaming cards due to copyright reasons. I recommend the community to provide me with free to use images that I can include and/or encourage people who have bought official games to rely on those instead.
## MafiaManager App
An Android app allows the loading of specified Mafia decks and provides and aid for the gamemaster to guide through the Mafia game.
The app has originally been written for Android Version 4 in compatibility mode to Android 2 and 3 and has received no updates since. I would highly appreciate if someone would update the app and its code.
## MafiaManager Web Application
A character deck displaying and manipulation software is provided as a web application.