Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.28 KB

README.md

File metadata and controls

26 lines (18 loc) · 2.28 KB

Cross Language Soccer Framework

Cross Language Soccer Framework (CLSFramework) is a new approach to enhance the flexibility and interoperability of RoboCup Soccer Simulation 2D (SS2D). This framework is designed to allow the development of RoboCup Soccer Simulation 2D agents in different programming languages. The Soccer Simulation Proxy is an extended version of the Helios base that can send decision-making information to a PlayMaker Server. It can receive high-level/low-level actions from the PlayMaker Server and send them to the RoboCup Soccer Simulation Server and/or SoccerWindow2. On the other hand, the PlayMaker Server receives information from the client(Modified version of Helios base/Soccer Simulation Proxy) and selects the appropriate actions to be sent back to the client. We have implemented some sample servers in C#, Python, and JavaScript, but it can also be implemented in other languages to make use of their features.

To learn more about the framework, how to build, and how to run it please check the wiki pages.

Also, you can check the following repositories to find sample playmaker servers in many programming languages:

image

image

image

image