Go to file
2021-06-30 19:27:38 +03:00
.vscode added tests 2021-06-29 03:26:23 +03:00
src added ending game to mancala 2021-06-30 19:27:38 +03:00
tests added ending game to mancala 2021-06-30 19:27:38 +03:00
.gitignore
jest.config.js added tests 2021-06-29 03:26:23 +03:00
package-lock.json added tests 2021-06-29 03:26:23 +03:00
package.json added tests 2021-06-29 03:26:23 +03:00
README.md
tsconfig.json added tests 2021-06-29 03:26:23 +03:00

How To Start

Development

npm run dev

Release

npm run build
npm start