Movie Play is a fun and interactive web-based game where users can guess the name of the movie by looking at its poster. It's designed to be simple and engaging, perfect for movie enthusiasts to test their film knowledge!
- Display movie posters for users to guess.
- Clean and responsive UI for both mobile and desktop devices.
- Leaderboard to showcase top players.
- Built using Laravel and Livewire for seamless real-time interaction.
- Another categories like guess by the cast, etc.
- Challenge other users.
- Set record in a specific time in any categories.
- Like, follow, interaction, ...
- etc
Stay tuned for more features in upcoming updates!
A live version of the application is online and accessible via movieplay.epicmaze.ir
You can sign up and start a new game!
Warning
- Avoid to use the source code for real projects.
- Help us develop the application by join our team.
- Copyright © All rights reserved.
To get started with Movie Play, follow these steps:
Ensure you have the following installed on your system:
- Composer & MySql
- php >= 8.2
-
Clone the repository:
git clone /~https://github.com/erfanfh/movie-play.git
-
Navigate to the project directory:
cd movie-play
-
Install dependencies:
composer install
-
Copy the example environment file and configure the environment:
cp .env.example .env
Update the .env file with your database and other configurations.
-
Run the database migrations:
php artisan migrate
-
Set up the server:
php artisan serve
The application will be available at http://localhost:8000.
For support, email erfanfarokhi.official@gmail.com .
© 2024 Movie Play! All rights reserved.