Frontend for Text2Play: Transforming text into art-driven 2D games
The frontend for Text2Play is built with React and integrates Phaser.io to render 2D platform games. It connects to the backend to fetch AI-generated game backgrounds and displays them interactively.
- User Interface: Clean and intuitive interface for entering prompts and displaying games.
- Game Engine: Utilizes Phaser.io for rendering 2D platform games.
- Integration: Connects with the backend to fetch and display AI-generated backgrounds.
- Frontend: React, Phaser.io
- Styling: CSS, Material-UI
- Deployment: Netlify
- Clone the repository:
git clone https://github.com/gritchou/Text2Play-frontend.git
- Navigate to the project directory:
cd Text2Play-frontend
- Install dependencies:
yarn install
- Run the application:
yarn start
- Enter a prompt in the input field.
- Click "Play" to create a game background.
- Play the game with the newly generated background.
This project is licensed under the MIT License.