You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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