Skip to content

aishafarooque/TDD-Minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Used Test First Development (no code without the test first) to implement a Minesweeper game. The code was developed in the following way:

  1. Write the test
  2. Run the test (there is no implementation code, test does not pass)
  3. Write just enough implementation code to make the test pass
  4. Run all tests (tests pass)
  5. Refactor
  6. Repeat

This is written in Java and uses JUnit for automated unit test cases.

To run this code:

  1. CD (into the root directory)
  2. (run) ./gradlew

Minesweeper

About

Use TDD to implement a Minesweeper game in Java.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages