Project information
- Category: Web development
- Client: EBS
- Project date: 15 March 2022
- Project URL: https://www.ebssw.kr/coding/aiSoccerView.do
AI Soccer
This is a project to make people easy to learn programming, it uses blockly, react.js, django, and docker to make the web application works. Right now, the development is for web application but it will be desktop application.
Here we can see the homepage of the website, there is a login page, signup page and everything as well but right now this is the simplified version of the website
This is the game page, you can choose the levels of each stages which is: beginner, intermediate, advanced, and deep learning. For each stage, there are 10 levels that you can complete. The levels are completed by doing specific tasks
Now this is the simulation page, you can see that there is a blockly page that is on the right side. This blockly will be the main coding platform for the user because it is easy to understand and see. In addition, the simulation server will be on the left side, it will be called from the simulation server and processed on the webpage. For each actions the user can put the blockly code and then generate the code and send it to the simulation server to be played.