Giter Club home page Giter Club logo

kotlin-minesweeper's Introduction

1단계 - 지뢰 찾기(그리기)

기능 요구사항

  • 높이와 너비, 지뢰 개수를 입력받을 수 있다.
  • 지뢰는 눈에 잘 띄는 것으로 표기한다.
  • 지뢰는 가급적 랜덤에 가깝게 배치한다.

기능 목록

  • 입출력 담당 클래스
  • 빈칸, 지뢰를 담당하는 셀[Cell]
  • 셀들의 조합인 지뢰 게임 맵[Map]

2단계 - 지뢰 찾기(지뢰 개수)

기능 요구사항

1단계 기능 요구사항에서 추가 되다.

  • 각 사각형에 표시될 숫자는 자신을 제외한 주변 8개 사각형에 포함된 지뢰의 개수다.

기능 목록

  • Blank Cell 에 지뢰 갯수를 기록 하도록 수정하다.

3단계 - 지뢰 찾기(게임 실행)

기능 요구사항

2단계 기능 요구사항에서 추가 되다.

  • 지뢰가 없는 인접한 칸이 모두 열리게 된다.

기능 목록

  • 게임 결과 상태, 행위 클래스 추가[Status, Event]
  • 지뢰가 없는 인접한 칸의 열림 여부를 기록 하도록 수정

kotlin-minesweeper's People

Contributors

jo-gyuhyeon avatar wotjd243 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.