Leteat is a student project developed by Đinh Vũ Tiến Thịnh, Phạm Gia Linh, Đoàn Thị Khánh Linh, and Trần Văn Thuận. This project is part of a course assignment, showcasing skills in C# .NET socket programming and Unity.
- Gameplay: Based on a mobile game named Family Style.
- Networking: Play matches with your friends through LAN, communicating using UdpClient and TcpClient in .NET.
- User Authentication: Allows users to log in and log out securely.
- Firestore Integration: Utilizes Firestore for real-time database management and storage (Friends, Rank, Matches, User Data).
- Clone the repository:
git clone https://github.com/thkinh/Leteat.git
- Navigate to the project directory:
cd Leteat
- Use Unity to build this project and run it.
- Đinh Vũ Tiến Thịnh
- Phạm Gia Linh
- Đoàn Thị Khánh Linh
- Trần Văn Thuận
- Thanks to the course instructor Trần Hồng Nghi and peers for their support.