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
- 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: