Programming project in Racket for two artificial intelligences for the card game Twenty.

It is a programming project. In this project, you will write two artificial intelligences for the card game Twenty.The first AI will try
to maximize the number of cards it plays. The second will try to minimized the value of
its hand.
required to write two functions: project2-ai-1 and project2-ai-2
It must be written in scheme, and run in racket
Also attached the base code as txt file

Detail files attached