Skip to content
This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
/ fortyniner Public archive

Truly feature-wise clone of minesweeper playable on CLI.

Notifications You must be signed in to change notification settings

gokdenizozkan/fortyniner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Minesweeper clones

In the src/ folder, you may find two versions of my Minesweeper clones.

Fortyniner

Fortyniner is a truely feature-wise clone of Minesweeper. It is more complex and it offers more scalability compared to the other project.

It was developed prior to the other project and it is superior!

Minesweeper

Minesweeper was developed after Fortyniner to comply with evaluation form completely (like developing the whole game in a single .java file).

It is more barebones but still has the robust random mine placer algorithm and has its own taste -> instead of mines, it offers you, a civilan, to survive a fallen land of yours thanks to Jitler. Your objective is to discover the safe zones.

com.gokdenizozkan.util

This package has my own methods I developed throughout my patika+ programme to date.

They all are written for the sake of solving problems or DRY. The method I love most is the ask() method found in the Input class.

ask() method allows one to

  • ask a question
  • provide options
  • and have a return value in the type of your provided option in a very convenient way!

Have fun!

About

Truly feature-wise clone of minesweeper playable on CLI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages