{"id":27156709,"url":"https://github.com/manzub/music_inc","last_synced_at":"2025-04-10T02:18:44.123Z","repository":{"id":286705057,"uuid":"962280798","full_name":"manzub/music_inc","owner":"manzub","description":"an AI-enhanced music management simulation game, inspired by the hit mobile game Music Inc. Build your record label from the ground up, sign eccentric artists, release chart-topping hits, and navigate the drama-filled music industry.","archived":false,"fork":false,"pushed_at":"2025-04-09T18:55:13.000Z","size":79,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T02:18:41.111Z","etag":null,"topics":["game-development","music","opensource","python","rich-text","simulation"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/manzub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-04-07T23:28:37.000Z","updated_at":"2025-04-09T18:55:18.000Z","dependencies_parsed_at":"2025-04-08T00:37:56.639Z","dependency_job_id":null,"html_url":"https://github.com/manzub/music_inc","commit_stats":null,"previous_names":["manzub/music_inc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzub%2Fmusic_inc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzub%2Fmusic_inc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzub%2Fmusic_inc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manzub%2Fmusic_inc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manzub","download_url":"https://codeload.github.com/manzub/music_inc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142906,"owners_count":21054672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["game-development","music","opensource","python","rich-text","simulation"],"created_at":"2025-04-08T20:32:33.650Z","updated_at":"2025-04-10T02:18:44.082Z","avatar_url":"https://github.com/manzub.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🎵 Music Inc Game\n\nWelcome to **Music Inc Game** – an AI-enhanced **music management simulation game**, inspired by the hit mobile game [Music Inc](https://musicinc.co.uk/). Build your record label from the ground up, sign eccentric artists, release chart-topping hits, and navigate the drama-filled music industry.\n\n\u003e 🎮 Powered by Python. Driven by AI. Open to the world.\n\n---\n\n## 🚀 Features (In Progress)\n\n- 🎤 Create your own record label\n- 👥 Sign AI-generated artists with personalities that influence negotiation, loyalty, and productivity\n- 🧠 Artist behavior evolves over time with player interaction\n- ⏱ In-game time system: writing, marketing, and releasing takes simulated time\n- 📰 Media/news system reacts to scandals, achievements, and industry trends\n- 🎛 Manage releases, negotiate deals, develop talent, and more!\n\n---\n\n## 🛠 Tech Stack\n\n- **Python 3.10+**\n- **SQLAlchemy** – ORM for database modeling\n- **PostgreSQL** – persistent data storage\n- **Alembic** – for database migrations\n- **Rich** – for enhanced CLI interface\n- **scikit-learn** – personality-based decision modeling\n\n---\n\n## 🧪 Getting Started\n\n### 1. Clone the repo\n\n```bash\ngit clone https://github.com/yourusername/music-inc-sim.git\ncd music-inc-sim\n```\n\n### 2. Setup the environment\n\n```bash\npython -m venv venv\nsource venv/bin/activate  # or venv\\Scripts\\activate on Windows\npip install -r requirements.txt\n```\n\n### 3. Set up PostgreSQL\nCreate a .env file with your database credentials:\n\n```bash\nDATABASE_URL=postgresql://user:password@localhost:5432/musicinc\n```\n\n### 4. Run the game\n```bash\npython main.py\n```\n\n🧠 Project Structure\n\nmusic-inc-sim/\n├── app/\n│   ├── models/           # SQLAlchemy models (Artist, Label, etc.)\n│   ├── services/         # Business logic\n│   ├── cli/              # CLI game interface\n│   ├── db/               # Database session, config, and migrations\n│   └── utils/            # Helpers, generators\n├── tests/                # Unit tests\n├── alembic/              # Migrations\n├── .env.example\n├── main.py               # Game entry point\n├── requirements.txt\n├── README.md\n\n\n🧑‍💻 Contributing\nWe'd love your help!\n\n🛠 How to Contribute\nFork the repo \u0026 clone it\n\nRun the game locally\n\nPick an open issue (or suggest your own)\n\nSubmit a pull request with your change\n\nPlease read CONTRIBUTING.md before submitting PRs.\n\n📌 Ideas for Contributions\n- Design new events and in-game mechanics\n- Add new artists personality traits and decision effects\n- more\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanzub%2Fmusic_inc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanzub%2Fmusic_inc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanzub%2Fmusic_inc/lists"}