Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gouvernathor/ecclesia-ts
A TypeScript library for electoral and parliamentary simulation
https://github.com/gouvernathor/ecclesia-ts
Last synced: 26 days ago
JSON representation
A TypeScript library for electoral and parliamentary simulation
- Host: GitHub
- URL: https://github.com/gouvernathor/ecclesia-ts
- Owner: Gouvernathor
- License: mit
- Created: 2024-12-06T18:43:25.000Z (30 days ago)
- Default Branch: main
- Last Pushed: 2024-12-09T11:30:41.000Z (27 days ago)
- Last Synced: 2024-12-09T12:23:06.320Z (27 days ago)
- Language: TypeScript
- Size: 94.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ecclesia
Ecclesia is a framework for political simulations written in TypeScript. It is a reimplementation of what was originally a Ren'Py serious game project, and then a never-finished Python library.
Its purpose is to model just about any representative political system (within a few limitations), including the structure of its parliament and executive, and particularly the electoral system as a whole.
The Actors part represent the political side, the confrontation of opinions, the gathering in Houses and the passage of bills. They include very basic decision-making, which should possibly be refined in more detailed simulations.
The Elections part represents the way the elections work and how the opinions of the citizens translate into the elected representation.