Vanessa's Blog
10/23/23
The software that i found interesting was a software on a football gameplay. What it does is creates a game based on gamepkay football. You can play against Ai or a pre trained agent. I think it serves people who want to develop a gameplay similar to something like fifa. Or anyone who wants to develop a sports game. I think it's a good way to understand how to start a game like this.
One issues documentated is that an action can only be preformed every 100 ms if preformed before that then a leg issues os caused. To contribute when forking the code to have the user pull the request is by tagging the issue, feature, question etc. To contribute you must also add the Contributor License Agreement and then you must head over to the link they provided to grant permission to use your developed code. Once this is done then they pull your request.
The license of the software is the Apache license 2.0. Google created this project. The maintainers are github users who understood the original Football gameplay project. It doesn't seem to be underdevelopment anymore. It seems to be finished. What is expected from contributors is to tag the issues, add the Contributor License Agreement, and then agree to allow google to use your code. It is a long term project they worked on it for about 3 years. Contribution is done through pull request on GitHub after the previous steps were done. From the changelog it seems they need help fixing issues reported, and code cleanups.They mainly used python and I have never used it before. I want to know how user play is coded with python. If I were to contribute I think I could help with code cleanup since I don't really know python.
Project Link