Skip to content

Minesweeper game with multiple difficulty levels & different implementation methods

Notifications You must be signed in to change notification settings

anthonykhoa/Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minesweeper done with the same functions, except written in 3 different ways: forEach, while loops, recursion. The optimized version is not done yet, and is a testing file. It is partially optimized so increase game Size, but as of now it can only increase the # of boxes per side from from 62 to 71 boxes on my machine. In the future, performance testing between each version shall be done after dealing with the problem of maximum stack.

About

Minesweeper game with multiple difficulty levels & different implementation methods

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published