Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opensuspect/opensuspect
Start-from-zero refactoring of the OpenSuspect game
https://github.com/opensuspect/opensuspect
Last synced: 2 months ago
JSON representation
Start-from-zero refactoring of the OpenSuspect game
- Host: GitHub
- URL: https://github.com/opensuspect/opensuspect
- Owner: opensuspect
- License: gpl-3.0
- Created: 2021-12-09T13:41:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-03T14:01:40.000Z (11 months ago)
- Last Synced: 2024-05-22T15:04:56.657Z (8 months ago)
- Language: GDScript
- Size: 7.22 MB
- Stars: 27
- Watchers: 5
- Forks: 7
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - opensuspect/opensuspect - Start-from-zero refactoring of the OpenSuspect game (GDScript)
README
# OpenSuspect
*One amongst us is not like the rest*
OpenSuspect is an open source online social deduction game, like mafia.
OpenSuspect aims to be easily modifiable, however, our first maps and themes are going to be focused around the cold war.
It uses the [`Godot Engine`](https://godotengine.org/).
This project is in *very early stage* development. However, see [this](https://github.com/opensuspect/opensuspect/wiki/Playtesting) guide for early playtesting.
Interested to get involved? We'd love to hear from you. Check out the [contributors guide](CONTRIBUTING.md) to get involved.OpenSuspect is licensed under the GNU GPL v3 (see LICENSE.txt)
## About the project
The OpenSuspect project is a team endevour of many volunteers. Our members work on the project in their spare time, often after work or school, so we don't have a rushed development schedule. Many of us regard the project as valuable experience in not just software development but also in team work. Our most important goals during development:
* Supportive community
* Openness
* Keeping extensibiliy in mind
* Focus on learningHowever, we also understand that a game needs a direction, and some problems are easiest to solve in a top-down fashion. Therefore, we agreed to implement a team structure, where each team have their responsibilities, and are organized by an elected team leader. The project is guided by the council containing the team leaders and a few elected project coordinators, who set the goals together. For the current teams and leadership, check the CONTRIBUTORS file.
## About the game
The main aims of the game:
* Give a very flexible backbone for social deduction games, allow for great variety in future maps, mods and playtiles
* Encourage collaborative gameplay that is equally fun for each participant
* Chat integration and flexible chat rules to fit various needs
* Free Software, Open Source, as all things should beFor the management of the development, we have 3 milestones that we are tracking on GitHub, see the [Milestones](https://github.com/opensuspect/opensus/milestones) page for current progress.
### Goals for the alpha release
* One (not finalized) game map, based on a fictional spy story from the 1960s cold war era,
* working lobby for players,
* customizable characters,
* multiplayer with server side authority for all crucial steps,
* in game text chat,
* role assignment,
* tasks to perform for a clean victory of the "agent team",
* sabotage system for a clean victory of the "infiltrator team",
* kill system,
* items to carry and use,
* meetings and "voting out" mechanics,
* some miscellaneous map features.### Goals for the beta release
* Finalized game map, based on a fictional spy story from the 1960s cold war era,
* sufficient number of tasks for diverse gameplay,
* sufficient number of items for a diverse gameplay,
* unique misceallaneous map features,
* all assets are in a coherent form that fit the game style,
* the victory and loss conditions match the expectations for a social deduction game,
* the number of game breaking bugs is minimal.### Goals for the fully playable release
* Two or more distinct maps with unique features, tasks and goals,
* all assets look good, modern, and fit the game theme,
* the game is balanced,
* the software is practically bug-free, no serious immersion breaking events.### Other plans for the undefined future
* Integrated voice chat with optional location-based chat,
* official server with match making.### Implementation of our goals
The exact way the abovementioned goals would be reached is part of the ongoing discussion in the community. Some points have been finalized, some are still being debated.