Football Stars
















Football Stars is a sports style game made by Unity game engine.
In this game, users can choose different teams at the national and club level and compete with each other online in different modes such as one-on-one, friendly matches, quadruple tournaments and regional events. Users can also chat with each other freely in the game and in the menu.
This game has been published on the Android platform (in the Google Play and Cafe Bazaar) and on the iOS platform (in the App Store).
From a technical point of view, the most important features used in this game can be summarized as follows:
- Implementing a deterministic 3D physical engine and not using the Unity non deterministic physical engine
- Use Photon to implement users online gaming capabilities
- Implement four modes like one-on-one , friendly matches, quadruple tournaments and dynamic events
- Implement server-side services such as registration, login, leader board, storage and retrieval of user data and communication of these services with the client
- Implement a dynamic structure to define dynamic regional events
- Implement a dynamic structure to update and change game items from the server side
- Use shader programming to implement football fields and fantasy pieces
- Implement the game AI according to the decision tree algorithm and the ability to detect complex wall bumps
- Implementation of dynamic tutorial system
- Multilingualism of the game and the use of different football commentators
- Optimization of performance and final product volume (less than 60 MB)

