Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #73

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
131 changes: 58 additions & 73 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,90 +1,75 @@
# Welcome to Super Speech Saga 🎮

### Bring game characters to real life🌟

<p align = "center">
<img src = "https://github.com/TusharAMD/SuperSpeechSaga/assets/59115865/873e6774-8f45-4b91-b78f-0b005938ce3e" alt = "Photo" />
Welcome to Super Speech Saga 🎮
Bring Game Characters to Life! 🌟
<p align="center">
<img src="https://github.com/TusharAMD/SuperSpeechSaga/assets/59115865/873e6774-8f45-4b91-b78f-0b005938ce3e" alt="Photo" />
</p>
📢 UPDATE!
Check out our introduction video: Super Speech Saga

## UPDATE!
Refer this video to get started [Super Speech Saga](https://youtu.be/LNhhnlQU5Rk)
📖 Introduction
Welcome to the cutting-edge realm of SuperSpeechSaga, where we're reshaping the landscape of gaming through real-time dialogue generation. Step into a world where your voice shapes the story, where every decision you make influences the dialogue and narrative unfolding around you. Our mission is simple yet groundbreaking: to redefine player engagement by offering an ever-evolving, personalized experience.

## 📖 Introduction
Welcome to the cutting-edge realm of SuperSpeechSaga, where we're reshaping the landscape of gaming through real-time dialogue generation. Step into a world where your voice shapes the story, where every decision you make influences the dialogue and narrative unfolding around you. Our mission is simple yet groundbreaking: to redefine player engagement by offering an ever-evolving, personalized experience. Get ready to embark on an adventure where your voice isn't just heard—it changes the very fabric of the game world. Embrace the future of interactive storytelling with us!
<p align = "center">
<a href = "https://youtu.be/Uws-0axWJnY">
<img src = "https://i.ibb.co/5svVSqH/Super-Speech-Saga-0-2-screenshot.png" alt = "Game Screenshot" />
Get ready to embark on an adventure where your voice isn't just heard—it changes the very fabric of the game world. Embrace the future of interactive storytelling with us!

<p align="center">
<a href="https://youtu.be/Uws-0axWJnY">
<img src="https://i.ibb.co/5svVSqH/Super-Speech-Saga-0-2-screenshot.png" alt="Game Screenshot" />
</a>
</p>
But that's not all—our characters are just as dynamic, responding to your choices with authentic, real-time dialogue of their own. Whether you're forming alliances, negotiating deals, or facing off in epic showdowns, every interaction feels alive and responsive.

...But that's not all—our characters are just as dynamic, responding to your choices with authentic, real-time dialogue of their own. Whether you're forming alliances, negotiating deals, or facing off in epic showdowns, every interaction feels alive and responsive. Prepare to encounter characters who adapt to your gameplay style, creating a truly immersive experience where the story unfolds uniquely for you. Get ready to experience gaming like never before, where your voice not only shapes the story but also sparks conversations that evolve in real time. Embrace the future of interactive storytelling with us!
Prepare to encounter characters who adapt to your gameplay style, creating a truly immersive experience where the story unfolds uniquely for you. Get ready to experience gaming like never before, where your voice not only shapes the story but also sparks conversations that evolve in real time. Embrace the future of interactive storytelling with us!

<p align = "center">
<a href = "https://youtu.be/Uws-0axWJnY">
<p align="center">
<a href="https://youtu.be/Uws-0axWJnY">
<img src="https://img.shields.io/badge/YouTube-%23FF0000.svg?style=for-the-badge&logo=YouTube&logoColor=white" />
</a>
</p>

## 🚀 Features
- Real-time Dialogue Generation: Engage in conversations where your voice shapes the narrative dynamically.
- Adaptive Characters: Interact with characters who respond and adapt to your decisions, creating a unique storyline for each player.
- Immersive Storytelling: Every interaction feels alive, making the game world more immersive and engaging.
- Voice-Controlled Gameplay: Navigate the game and make decisions using your voice, enhancing the interactive experience.
- Emotion Recognition: Characters can detect and respond to the player's emotional tone, adding a layer of depth to interactions.
- Customizable Avatars: Personalize your in-game avatar with a variety of options to reflect your style and preferences.
- Dynamic Environments: Experience game worlds that change and evolve based on your interactions and decisions.
- Cross-Platform Compatibility: Enjoy SuperSpeechSaga on multiple platforms, including PC, console, and mobile devices.


## 👨🏻‍💻 Technology Used
🚀 Features
Real-time Dialogue Generation: Engage in conversations where your voice shapes the narrative dynamically.
Adaptive Characters: Interact with characters who respond and adapt to your decisions, creating a unique storyline for each player.
Immersive Storytelling: Every interaction feels alive, making the game world more immersive and engaging.
Voice-Controlled Gameplay: Navigate the game and make decisions using your voice, enhancing the interactive experience.
Emotion Recognition: Characters can detect and respond to the player's emotional tone, adding a layer of depth to interactions.
Customizable Avatars: Personalize your in-game avatar with a variety of options to reflect your style and preferences.
Dynamic Environments: Experience game worlds that change and evolve based on your interactions and decisions.
Cross-Platform Compatibility: Enjoy SuperSpeechSaga on multiple platforms, including PC, console, and mobile devices.
👨🏻‍💻 Technology Used
<p align="center">
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" alt="Python" />
</p>

## 🤝 Contributing

🤝 Contributing
We welcome contributions from the open-source community to make SuperSpeechSaga even more amazing. Here are some guidelines to get you started:

- Fork the Repository: Create your own fork of the repository.
- Create a Branch: Create a new branch for your feature or bug fix.
- Commit Your Changes: Make and commit your changes with a descriptive message.
- Open a Pull Request: Submit your pull request for review.

Contributors can add any game to the project. Ensure to include the necessary files such as `assets`, `prompts`, `README.md`, and `app.py`.

Read the [Contribution](CONTRIBUTION.md) to get more idea about how to contribute.

- Contributions make the open source community such an amazing place to learn, inspire, and create.
- Any contributions you make are **greatly appreciated**.
- Check out our [Contribution guidelines](https://github.com/TusharAMD/SuperSpeechSaga/blob/master/CONTRIBUTION.md) for more information.


## 🛠️ INSTALLATION
1. Clone the repository
```
git clone https://github.com/TusharAMD/SuperSpeechSaga
```
2. Install the modules
```
pip install pygame
```
```
pip install speechrecognition
```
```
pip install google-generativeai
```
```
pip install pyttsx3
```


## ✍️ Feedback and Support
If you encounter any issues with the SuperSpeechSaga or have any feedback or suggestions, please open an issue in the Issues section of this repository. We appreciate your feedback and will respond as soon as possible.


## Part of Girlscript Summer of Code 2024
<p align = "center"><img width="200px" src = https://i.ibb.co/gF9Pvd4/image.png](https://github.com/TusharAMD/SuperSpeechSaga/assets/59115865/3d3f4c6c-e933-456d-b95d-d342d275861f)></img></p>

Fork the Repository: Create your own fork of the repository.
Create a Branch: Create a new branch for your feature or bug fix.
Commit Your Changes: Make and commit your changes with a descriptive message.
Open a Pull Request: Submit your pull request for review.
Contributors can add any game to the project. Ensure to include the necessary files such as assets, prompts, README.md, and app.py.

Read the Contribution to get more ideas about how to contribute.

Contributions make the open-source community such an amazing place to learn, inspire, and create.
Any contributions you make are greatly appreciated.
Check out our Contribution guidelines for more information.
🛠️ Installation
Clone the repository:
bash
Copy code
git clone https://github.com/TusharAMD/SuperSpeechSaga
Install the modules:
Copy code
pip install pygame
pip install speechrecognition
pip install google-generativeai
pip install pyttsx3
✍️ Feedback and Support
If you encounter any issues with SuperSpeechSaga or have any feedback or suggestions, please open an issue in the Issues section of this repository. We appreciate your feedback and will respond as soon as possible.

Part of Girlscript Summer of Code 2024
<p align="center">
<img width="200px" src="https://i.ibb.co/gF9Pvd4/image.png](https://github.com/TusharAMD/SuperSpeechSaga/assets/59115865/3d3f4c6c-e933-456d-b95d-d342d275861f" alt="Girlscript Summer of Code" />
</p>
Embark on a journey where your voice brings game characters to life, and every decision shapes your adventure. Welcome to SuperSpeechSaga! 🌟🎮🗣️

Feel free to further customize or adjust this text as needed!