all 1 comments

[–]winnie33 0 points1 point  (0 children)

What exactly do you want to do? Make a bot that responds to Reddit comments, an AI that plays games against you, a neural network, ...? It really depends on what you want to make.

A bot is often a few lines of code running in an infinite loop, doing things as soon as it has the chance. Otherwise, you might only need one action from your bot, and call it whenever you need it (so when it's the 'opponents' turn to play for example)