CPSC 310 March 21 Assignment

Create a windows program using the XNA Game Studio framework that implements a two state probabilistic chasing AI in 2D. The program should display a user controlled sprite that can move left and right and a few enemy sprites in random locations. If the user is facing an enemy sprite and some high probability is met, it should be motionless. If the user is not facing an enemy sprite and some high probability is met the enemy should move towards the player. To submit your code, zip the directory containing your visual studio project and upload it to the course Inquire site.