Skip to content

wood198/AIRobotNavigation

Repository files navigation

Ashley Wood

Student ID: 2271425

CPSC 390

Assignment 1 - Robot Navigation

Source Files:

- gameboard.java
- robot.java
- euclidian.java
- manhattan.java
- aEuclidian.java
- aManhattan.java

Instructions for Running:

- Option 1: use the makefile.
      `make` -- to build classes
      `make run` -- to run the program (must be done after classes are built)
      `make clean` -- remove the class files
- Option 2: run from java commands
      `javac *.java` -- to build classes
      `java gameboard` -- to run the program

Runtime Errors:

        No known Runtime Errors

References:

        - A* Reference: https://medium.com/@nicholas.w.swift/easy-a-star-pathfinding-7e6689c7f7b2
        - How to create a MakeFile: https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html
                                    https://www.cs.swarthmore.edu/~newhall/unixhelp/javamakefiles.html
        - In class Power Point lectures
        - Bounced ideas off of Sam and Ryan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors