We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c7054a commit f6f4f46Copy full SHA for f6f4f46
index.html
@@ -1927,6 +1927,22 @@ <h4>Lights Out</h4>
1927
</div>
1928
1929
1930
+<div class="item">
1931
+ <img src="30DaysOfJavaScript/assets/125- Arcade Game.png" alt="Arcade Game">
1932
+ <h4>Arcade Game</h4>
1933
+ <a target="_blank"
1934
+ href="https://github.com/swapnilsparsh/30DaysOfJavaScript/tree/master/111%20-%20Arcade%20Game%20">
1935
+ <i class="fa-brands fa-square-github"></i>
1936
+ <a target="_blank" href="125- Arcade Game\index.html"><i class="fa-solid fa-link"></i> </a>
1937
+ </a>
1938
+ <div class="description">
1939
+ <p>
1940
+ A pure CSS game where the user controls a stack of blocks by clicking and dragging the mouse.
1941
+ </p>
1942
+ </div>
1943
+</div>
1944
+
1945
1946
<!-- Main Section End -->
1947
1948
<!-- Footer Start -->
0 commit comments