Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
lppjunior committed Aug 6, 2024
1 parent 86a1530 commit dba1d6c
Show file tree
Hide file tree
Showing 16 changed files with 22,644 additions and 12,114 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/node_modules/
coverage
dist
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ Minefield project has no explicit constructor, this implementation allows the me
```js
const Minefield = {
getInstance: function (options = { rows, cols, mines, debug }) => {},
CHECKERS: { EMPTY, FLAG, MINE, NUMBER_0, NUMBER_1, NUMBER_2, NUMBER_3, NUMBER_4, NUMBER_5, NUMBER_6, NUMBER_7, NUMBER_8 },
CHECKERS: {
EMPTY, FLAG, MINE, NUMBER_0, NUMBER_1, NUMBER_2, NUMBER_3,
NUMBER_4, NUMBER_5, NUMBER_6, NUMBER_7, NUMBER_8
},
DEFAULTS: { EASY, MEDIUM, HARD },
EVENTS: { ALL, START, NEXT_TURN, FINISH },
STATUS: { LOSS, PLAYING, WIN }
Expand Down
Binary file removed dist/favicon.png
Binary file not shown.
5 changes: 0 additions & 5 deletions dist/index.html

This file was deleted.

23 changes: 0 additions & 23 deletions dist/main.js

This file was deleted.

94 changes: 0 additions & 94 deletions dist/minefield-client.js

This file was deleted.

2 changes: 0 additions & 2 deletions dist/minefield.min.js

This file was deleted.

1 change: 0 additions & 1 deletion dist/minefield.min.js.map

This file was deleted.

89 changes: 0 additions & 89 deletions dist/styles.css

This file was deleted.

Loading

0 comments on commit dba1d6c

Please sign in to comment.