Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.03 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.03 KB

⚾ NumberBaseballGame (w. NW.js, Electron)

It is a game in which you achieve different three-digit numbers from 1 to 9. and use NW.js and Electron

  • 'Strike(스트라이크)': same number in the same spot
  • 'Ball(볼)' : same number in different spot
  • 'Nothing(낫싱)': not same number

What is inside?

Getting Start

  1. Install Tech & Run development server
npm install

//nw
npm run dev:nw // just NW.js setting
or
npm run prod:nw // build program

//electron
npm run dev:electron // just NW.js setting
or
npm run prod:electron // build program

If you need more imformation please enter my Blog :)

BlogLink: https://gwpaeng.tistory.com/458

Bonus Make Package Blog Link: