Skip to content

mikejyg/mazeGeneration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mazeGeneration

While the code is for generation of mazes, the purpose of this project also includes the following,

A coding exercise

Using Java's object-oriented design and generic programming capabilities, to make the code,

  • simpler
  • more concise
  • more understandable
  • self documentation - the code (comments included) is the documentation
  • more manageable

Here, "manageable" means the following,

  • reusability - ease of reuse
  • adaptable - ease of change
  • extendable - ease of adding more features to existing classes
  • expandable - ease of adding more classes

What it is not trying to accomplish,

  • to be a universal framework so that it can solve every problem of the world.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published