Skip to content

garfiec/N-Puzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

N-Puzzle game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published