Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 696 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 696 Bytes

CSC547 - Class Project - Mario AI

Group Members

  • Harshit Rameshchandra Keni(7327961)
  • Ruchi Dubey(7304334)

Description

The goal of the project is to implement a game AI. We intend to create an agent for the game "Super Mario Bros" that can play the game and reach the goal. The project uses a modified version of the public domain clone of Nintendo's classic platform game - Super Mario Bros called "Infinite Mario Bros". The APIs have been provided by the competition authorities and with the help of those we have created a rule based agent which can play the game efficiently.

Code:

Our code can be found at src/edu/sdstate/csc547/CSC547Agent.java

##Usage java -jar marioai.jar