Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javier-games/jam-festmogul
This repository simulates the economic mechanics of The Festmogul in order to balance gameplay dynamics.
https://github.com/javier-games/jam-festmogul
Last synced: about 1 month ago
JSON representation
This repository simulates the economic mechanics of The Festmogul in order to balance gameplay dynamics.
- Host: GitHub
- URL: https://github.com/javier-games/jam-festmogul
- Owner: javier-games
- License: mit
- Created: 2023-02-21T12:34:08.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2024-10-27T02:17:53.000Z (about 2 months ago)
- Last Synced: 2024-10-27T03:24:16.544Z (about 2 months ago)
- Language: C#
- Homepage: https://javier-games.itch.io/the-festmogul
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Itch.io](https://img.shields.io/badge/itch.io-fa5c5c.svg?logo=Itch.io&logoColor=white)](https://javier-games.itch.io/the-festmogul)
[![Itch.io](https://img.shields.io/badge/itch.io-Developer_Log-555.svg?labelColor=fa5c5c&logo=Itch.io&logoColor=white)](https://javier-games.itch.io/the-festmogul/devlog/368972/game-jam-postmortem)# The Festmogul
This repository contains the codebase for [The Festmogul](https://javier-games.itch.io/the-festmogul), a worker placement board game where players take on the role of music festival organizers. The code here is designed to simulate and evaluate the game’s economy, providing a model for resource balancing and game dynamics in a festival-planning setting.
The Festmogul is inspired by the indie music festival scene in Mexico City and was developed during the [Colocando Conciertos Board Game Jam](https://itch.io/jam/colocando-conciertos/rate/1465077), associated with the [Primer Turno project](https://twitter.com/hashtag/PrimerTurno).
## Download the Game
The Festmogul is available as a physical board game! To experience the full game, including the printed components and complete rules, download it on [itch.io](https://javier-games.itch.io/the-festmogul).
## How to Use This Repository
To explore or modify the economic simulations:
1. **Clone the Repository**:
```bash
git clone https://github.com/javier-games/jam-festmogul.git
```
2. **Run the Simulations**: Use the scripts to test different game setups and observe how resource adjustments affect gameplay.## Contributing
Feedback and contributions are welcome! If you have ideas to improve the economic model or add new simulation features, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE.md) file for details.