Console? good, GUI? good, game dev? use Godot engine with its similar language Gdscript, but what else? Ive been seeing AI, Data Science stuff, but whats the point if ita slow?

  • CarlLandry357@lemmy.worldOP
    link
    fedilink
    arrow-up
    0
    arrow-down
    1
    ·
    29 days ago

    I wrote a console tictactoe game with primitive AI opponent using both Python and C++ and python takes more time in the background process before making a move than in C++.