drumpt / AI-Soccer-Code-Generator

Apache License 2.0
1 stars 1 forks source link

Simplify Functions #3

Closed lfelipesv closed 4 years ago

lfelipesv commented 4 years ago

Functions to simplify (make variables needed as input to the function hidden)

Ex: predict_ball(cur_ball, previous_ball) -> predict ball

Functions to delete

drumpt commented 4 years ago

I modified all of them