Skip to content

Commit

Permalink
changed images
Browse files Browse the repository at this point in the history
  • Loading branch information
janicemv committed Dec 18, 2024
1 parent e817e3a commit f60f8b1
Show file tree
Hide file tree
Showing 73 changed files with 1 addition and 1 deletion.
Binary file removed img/0-min.png
Binary file not shown.
Binary file added img/0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/1-min.png
Binary file not shown.
Binary file added img/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/10-min.png
Binary file not shown.
Binary file added img/10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/11-min.png
Binary file not shown.
Binary file added img/11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/12-min.png
Binary file not shown.
Binary file added img/12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/13-min.png
Binary file not shown.
Binary file added img/13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/14-min.png
Binary file not shown.
Binary file added img/14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/15-min.png
Binary file not shown.
Binary file added img/15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/16-min.png
Binary file not shown.
Binary file added img/16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/17-min.png
Binary file not shown.
Binary file added img/17.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/18-min.png
Binary file not shown.
Binary file added img/18.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/19-min.png
Binary file not shown.
Binary file added img/19.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed img/2-min.png
Binary file not shown.
Binary file added img/2.png
Binary file removed img/20-min.png
Diff not rendered.
Binary file added img/20.png
Binary file removed img/21-min.png
Diff not rendered.
Binary file added img/21.png
Binary file removed img/22-min.png
Diff not rendered.
Binary file added img/22.png
Binary file removed img/23-min.png
Diff not rendered.
Binary file added img/23.png
Binary file removed img/24-min.png
Diff not rendered.
Binary file added img/24.png
Binary file removed img/25-min.png
Diff not rendered.
Binary file added img/25.png
Binary file removed img/26-min.png
Diff not rendered.
Binary file added img/26.png
Binary file removed img/27-min.png
Diff not rendered.
Binary file added img/27.png
Binary file removed img/28-min.png
Diff not rendered.
Binary file added img/28.png
Binary file removed img/29-min.png
Diff not rendered.
Binary file added img/29.png
Binary file removed img/3-min.png
Diff not rendered.
Binary file added img/3.png
Binary file removed img/30-min.png
Diff not rendered.
Binary file added img/30.png
Binary file removed img/31-min.png
Diff not rendered.
Binary file added img/31.png
Binary file added img/32.png
Binary file added img/33.png
Binary file added img/34.png
Binary file added img/35.png
Binary file added img/36.png
Binary file added img/37.png
Binary file removed img/4-min.png
Diff not rendered.
Binary file added img/4.png
Binary file removed img/5-min.png
Diff not rendered.
Binary file added img/5.png
Binary file removed img/6-min.png
Diff not rendered.
Binary file added img/6.png
Binary file removed img/7-min.png
Diff not rendered.
Binary file added img/7.png
Binary file removed img/8-min.png
Diff not rendered.
Binary file added img/8.png
Binary file removed img/9-min.png
Diff not rendered.
Binary file added img/9.png
Binary file modified img/q.png
Binary file modified img/tu.png
2 changes: 1 addition & 1 deletion js/Board.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export class Board {
constructor(size) {
this.size = size;
this.cards = [];
this.imagePool = Array.from({ length: 32 }, (_, i) => `img/${i}-min.png`);
this.imagePool = Array.from({ length: 37 }, (_, i) => `img/${i}.png`);
this.generateBoard();
}

Expand Down

0 comments on commit f60f8b1

Please sign in to comment.