File tree 8 files changed +13
-12
lines changed
8 files changed +13
-12
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ function search_project() {
189
189
{ name : "Maze Game" , url : "./112 - Maze Game/index.html" } ,
190
190
{ name : "Minesweeper" , url : "./113 - Minesweeper/index.html" } ,
191
191
{ name : "Guess the Country" , url : "./115 - Guess The Country/index.html" } ,
192
- { name : "2048 Game" , url : "./122 - 2048 Game/index.html" }
192
+ { name : "2048 Game" , url : "./124 - 2048 Game/index.html" }
193
193
] ;
194
194
195
195
// Filter suggestions based on input
Original file line number Diff line number Diff line change @@ -164,11 +164,12 @@ Repo containing all the projects made in 30 Days while completing the <b>30 Days
164
164
| 109 | [ Number Facts] ( https://30daysofjs.netlify.app/145%20-%20Number%20Facts/ ) |
165
165
| 110 | [ Pixel to em Converter] ( https://30daysofjs.netlify.app/110%20-%20Pixel%20to%20em%20Converter/ ) |
166
166
| 111 | [ Luminosity Particle Js] ( https://30daysofjs.netlify.app/141%20-%20Luminosity%20Particle%20Js/ ) |
167
- | 112 | [ Maze Game] ( https://30daysofjs.netlify.app/112%20-%20Maze%20Game/ ) |
168
- | 113 | [ Minesweeper] ( https://30daysofjs.netlify.app/113%20-%20minesweeper/ )
169
- | 114 | [ Movie Guessing Game] ( )
170
- | 116 | [ Shell Game] ( https://30daysofjs.netlify.app/116%20-%20Shell%20-%20Game/ )
171
- | 118 | [ 2048 Game] ( ) |
167
+ | 112 | [ Maze Game] ( https://30daysofjs.netlify.app/112%20-%20Maze%20Game/ ) |
168
+ | 113 | [ Minesweeper] ( https://30daysofjs.netlify.app/113%20-%20minesweeper/ ) |
169
+ | 114 | [ Movie Guessing Game] ( ) |
170
+ | 116 | [ Shell Game] ( https://30daysofjs.netlify.app/116%20-%20Shell%20-%20Game/ ) |
171
+ | 124 | [ 2048 Game] ( https://30daysofjs.netlify.app/124%20-%202048%20Game/ ) |
172
+
172
173
</td ><td >
173
174
</td ></tr ></table >
174
175
Original file line number Diff line number Diff line change @@ -1870,12 +1870,12 @@ <h4>Tower of Hanoi</h4>
1870
1870
</ a >
1871
1871
</ div >
1872
1872
< div class ="item ">
1873
- < img src ="30DaysOfJavaScript\assets\122 .png " alt ="2048 Game ">
1873
+ < img src ="30DaysOfJavaScript\assets\124 .png " alt ="2048 Game ">
1874
1874
< h4 > 2048 Game</ h4 >
1875
1875
< a target ="_blank "
1876
- href ="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/122 %20-%202048%20Game ">
1876
+ href ="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/124 %20-%202048%20Game ">
1877
1877
< i class ="fa-brands fa-square-github "> </ i >
1878
- < a target ="_blank " href ="122 - 2048 Game/index.html "> < i class ="fa-solid fa-link "> </ i > </ a >
1878
+ < a target ="_blank " href ="124 - 2048 Game/index.html "> < i class ="fa-solid fa-link "> </ i > </ a >
1879
1879
</ a >
1880
1880
< div class ="description ">
1881
1881
< p > Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
Original file line number Diff line number Diff line change @@ -1884,12 +1884,12 @@ <h4>3D Distance Calculator</h4>
1884
1884
</ div >
1885
1885
</ div >
1886
1886
< div class ="item ">
1887
- < img src ="30DaysOfJavaScript\assets\122 .png " alt ="2048 Game ">
1887
+ < img src ="30DaysOfJavaScript\assets\124 .png " alt ="2048 Game ">
1888
1888
< h4 > 2048 Game</ h4 >
1889
1889
< a target ="_blank "
1890
- href ="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/122 %20-%202048%20Game ">
1890
+ href ="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/124 %20-%202048%20Game ">
1891
1891
< i class ="fa-brands fa-square-github "> </ i >
1892
- < a target ="_blank " href ="122 - 2048 Game/index.html "> < i class ="fa-solid fa-link "> </ i > </ a >
1892
+ < a target ="_blank " href ="124 - 2048 Game/index.html "> < i class ="fa-solid fa-link "> </ i > </ a >
1893
1893
</ a >
1894
1894
< div class ="description ">
1895
1895
< p > Use your arrow keys to move the tiles. When two tiles with the same number touch, they merge into one!
You can’t perform that action at this time.
0 commit comments