Game developed for the artificial intelligence course.
Go to file
Chris Cromer 00c54e5e15 Update gradle build file to ignore false positive warnings
Move shared functionality into the SearchAI class
Move shared functionality into the Object class
Add new state enum types
Implement enemy AI
Make player get the gem right away
Fix keyListener still listening after winning or game over
Reduce obstacles to 5%
Make sure all objectives can be reached by player
Make sure all enemies can reach player

Signed-off-by: Chris Cromer <chris@cromer.cl>
2019-10-13 21:10:16 -03:00
.idea Update gradle wrapper 2019-10-11 17:17:13 -03:00
gradle/wrapper Update gradle build file to ignore false positive warnings 2019-10-13 21:10:16 -03:00
src Update gradle build file to ignore false positive warnings 2019-10-13 21:10:16 -03:00
.gitignore Change over to gradle build system 2019-10-03 20:16:37 -03:00
LICENSE Add copyright info 2019-09-02 15:21:43 -04:00
build.gradle Update gradle build file to ignore false positive warnings 2019-10-13 21:10:16 -03:00
gradle.properties Update gradle build file to ignore false positive warnings 2019-10-13 21:10:16 -03:00
gradlew Update gradle wrapper 2019-10-11 17:17:13 -03:00
gradlew.bat Update gradle wrapper 2019-10-11 17:17:13 -03:00
settings.gradle Update gradle wrapper 2019-10-11 17:17:13 -03:00