StephanieSoldavini / Cluedunit

A command line interface to play the game Clue.
GNU General Public License v3.0
0 stars 0 forks source link

AI difficult level #1

Open ARamsey118 opened 10 years ago

ARamsey118 commented 10 years ago

Write three separate AI files and import the correct one using "from ai file import as ai" . Ai file is the difficultly selected by the user

StephanieSoldavini commented 10 years ago

if level == “hard”: import hardAI as AI elif level == “med”: import medAI as AI …….

ARamsey118 commented 10 years ago

Looks good

StephanieSoldavini commented 8 years ago

This might not work if you want more than one computer to play against you and you want to select different levels for each