Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siraajul/guessthemovie
Interactive SwiftUI app where players guess movie titles based on emoji representations
https://github.com/siraajul/guessthemovie
ios swift swiftui xcode
Last synced: about 1 month ago
JSON representation
Interactive SwiftUI app where players guess movie titles based on emoji representations
- Host: GitHub
- URL: https://github.com/siraajul/guessthemovie
- Owner: siraajul
- Created: 2024-08-15T19:09:26.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T19:20:36.000Z (5 months ago)
- Last Synced: 2024-08-15T21:18:07.452Z (5 months ago)
- Topics: ios, swift, swiftui, xcode
- Language: Swift
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GuessTheMovie
GuessTheMovie is a fun, interactive SwiftUI app where players guess movie titles based on emoji representations. The app uses AVFoundation for text-to-speech functionality, allowing users to hear the correct movie title when they tap on an emoji button.## Features
- Intuitive UI with emoji buttons representing popular movies
- Text-to-speech functionality for revealing movie titles
- SwiftUI-based interface for smooth performance across iOS devices
- Engaging gameplay that tests players' movie knowledge and emoji interpretation skills## Requirements
- iOS 14.0+
- Xcode 12.0+
- Swift 5.3+## Installation
1. Clone this repository:
2. Open the project in Xcode:
3. Build and run the project in Xcode.## How to Play
1. Launch the app on your iOS device or simulator.
2. You'll see a grid of buttons, each filled with emojis representing a movie.
3. Try to guess the movie title based on the emojis.
4. Tap a button to hear the correct movie title spoken aloud.## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Happy guessing!