Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 386 Bytes

15-Puzzle

Compilation and running game

A make file is provided simplify compilation of the program.

Commands:

  • "make" will compile and run the program.
  • "make build" will only compile the program (keep in mind that a /bin/ folder needs to be created ahead of time)
  • "make run" will run the compiled program in /bin/
  • "make clean" will clean out compiled .class files in /bin/