107
nowke
6y

I wrote 2 dozens of if else statements
...
...

They called it AI.

Comments
  • 6
    The Turing Test basically tells us pretending to be smart is enough.
  • 7
    Know that 'AI' from Pacman?

    Ever got the creeps and thought the ghosts are plotting against you?

    It's basically an if clause with a random generator. Legit.
  • 2
    @w4tsn

    Where did you read the code for PacMan, out of curiosity? I’d love a look at the source. Is it written in C?
  • 6
    Wrote a game in game maker for college.

    Little Pac-Man ghosties.

    Literally just wrote some if statements to boundary check so they could travel around little enclosed areas by themselves and chase the player.

    People thought it was 1337.

    “In the end, everything is an if” - me
  • 2
    if(goingToKillPerson)
    {Dont();}
  • 0
    As long as they didn't call it machine learning.
  • 0
    In my opinion the human brain isn‘t more than a humongous amount of if else statements. And we call that thing intelligent.
Add Comment