Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 887 Bytes

File metadata and controls

36 lines (28 loc) · 887 Bytes

MAI

By Anna Keune, Sammie Katt, Richard Rozeboom and Michael Cabot.

Task:

  • create Mario AI

Mario AI websites:

Google group: https://groups.google.com/forum/?fromgroups#!forum/mariocompetition

interview aStar 2009 dude: http://aigamedev.com/open/interview/mario-ai/

2009 command-line options: https://sites.google.com/site/imarioproject/Home/options

Dependencies

Eclipse

Import project:

  • File > New > Java Project
  • uncheck 'Use default location'
  • Browse to location of project
  • Finish

Add library:

  • right-click on project
  • Build Path > Add External Archive...
  • Browse to loaction of library (.jar)
  • Finish