Skip to content

Commit

Permalink
Merge branch 'main' into Brick-web
Browse files Browse the repository at this point in the history
  • Loading branch information
souvikpramanikgit authored Oct 7, 2024
2 parents 68b75de + 8b5b460 commit 37e641f
Show file tree
Hide file tree
Showing 224 changed files with 16,839 additions and 23 deletions.
Binary file added assets/image/Lastwar.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 added assets/image/Mã_QR.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 added assets/image/amazon_clone_card.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/buildingblock.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 added assets/image/candy.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 added assets/image/chat-7767693_1280.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/spaceinvade.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 added assets/image/supermario.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 added assets/image/tiltingmaze.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 added assets/image/traintrack.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 added assets/image/vp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ body {
padding: 1rem;
}

/* Hover Effects for Project */
.projects-container a:hover {
background-color: #f9cbd3;
transform: translateY(-6px);
transition: transform 0.3s ease, background-color 0.3s ease;
}

.card {
background: var(--card);
border-radius: 8px;
Expand Down
168 changes: 151 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,17 @@ <h3 class="card-heading">Counter</h3>
</p>
</div>
</a>
<a href="./projects/Last War Game/index.html" class="card" target="_blank">
<div class="card-cover ">
<img src="./assets/image/Lastwar.png" alt="">
</div>
<div class="card-content">
<h3 class="card-heading">Last War</h3>
<p class="card-description">
Save the world by planting trees.
</p>
</div>
</a>
<a href="./projects/Rating System/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-color ">
<img src="./assets/image/star.png" alt="">
Expand Down Expand Up @@ -431,7 +442,25 @@ <h3 class="card-heading">Typing Speed Test</h3>
Test Your Speed on Typing
</p>
</div>
<a href="./projects/Virtual Pet Game/index.html "class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/vp.jpg" alt="pet">
</div>
<div class="card-content">
<h3 class="card-heading">Virtual Pet Game</h3>
<p class="card-description">
Adopt, care, and interact with virtual pets
</p>
</div>
</a>
<a href="./projects/Rolling Triumph/index.html" class="card">
</a> -->

<a href="./projects/Rolling Triumph/index.html" class="card" target="_blank">
<div class="card-cover">
<img src="./assets/image/Rolling_Triumph.jpg" alt="Rolling Triumph">
Expand Down Expand Up @@ -492,7 +521,10 @@ <h3 class="card-heading">Dictionary</h3>
Dictionary app
</p>
</div>
</a>

</a>


<a href="./projects/Currency Convertor/index.html" class="card" target="_blank">
<div class="card-cover ">
<img src="./assets/image/currency.jpg" alt="">
Expand All @@ -514,7 +546,7 @@ <h3 class="card-heading">Brick Breaker</h3>
A Brick Breaker Game.
</p>
</div>
</a>
</a>

<a href="projects\TRIVIA\index.html" class="card" target="_blank">
<div class="card-cover">
Expand All @@ -535,7 +567,7 @@ <h3 class="card-heading">TRIVIA</h3>
<div class="card-content">
<h3 class="card-heading">GeoQuest</h3>
<p class="card-description">
Explore the World, One Challenge at a Time! </p>
Explore the World, One Challenge at a Time! </p>
</div>
</a>

Expand All @@ -562,7 +594,7 @@ <h3 class="card-heading">Whack a Mole</h3>
</a>


<a href="./projects/Magic8Ball/index.html" class="card">


<a href="./projects/Pokedex/index.html" class="card">
<div class="card-cover counter-cover-colour">
Expand All @@ -575,6 +607,17 @@ <h3 class="card-heading">Pokedex</h3>
</p>
</div>
</a>
<a href="./projects/Super Mario/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/supermario.png" alt="Super Mario">
</div>
<div class="card-content">
<h3 class="card-heading">Super Mario</h3>
<p class="card-description">
A Popular Game.
</p>
</div>
</a>

<a href="./projects/Magic8Ball/index.html" class="card" target="_blank">

Expand Down Expand Up @@ -660,14 +703,17 @@ <h3 class="card-heading">Flappy Bird</h3>
</p>
</div>
</a>








<a href="./projects/Candy Game/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/candy.png" alt="Candy Game">
</div>
<div class="card-content">
<h3 class="card-heading">Candy Game</h3>
<p class="card-description">
A Candy game.
</p>
</div>
</a>
<a href="./projects/Stick Hero/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/stick.png" alt="Stick Hero">
Expand All @@ -679,7 +725,6 @@ <h3 class="card-heading">Stick Hero</h3>
</p>
</div>
</a>

<a href="./projects/Among Us/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/amongus.png" alt="Among Us">
Expand Down Expand Up @@ -713,6 +758,28 @@ <h3 class="card-heading">Doodle Jump</h3>
Enjoy and Jump.
</p>
</div>
</a>
<a href="./projects/Train Track Game/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/traintrack.png" alt="Train Track Game">
</div>
<div class="card-content">
<h3 class="card-heading">Train Track Game</h3>
<p class="card-description">
A Train Track Game which is created by Three Js.
</p>
</div>
</a>
<a href="./projects/Building Block/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/buildingblock.png" alt="Building Block">
</div>
<div class="card-content">
<h3 class="card-heading">Building Block</h3>
<p class="card-description">
A Building Block Game.
</p>
</div>
</a>
<a href="./projects/Cut The Rope/index.html" class="card">
<div class="card-cover counter-cover-colour">
Expand Down Expand Up @@ -746,6 +813,17 @@ <h3 class="card-heading">Mole Bop</h3>
Catch the Bop.
</p>
</div>
</a>
<a href="./projects/Tilting Maze Game/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/tiltingmaze.png" alt="Tilting Maze Game">
</div>
<div class="card-content">
<h3 class="card-heading">Tilting Maze Game</h3>
<p class="card-description">
A Tilting Maze Game.
</p>
</div>
</a>
<a href="./projects/Maze/index.html" class="card">
<div class="card-cover counter-cover-colour">
Expand All @@ -758,6 +836,17 @@ <h3 class="card-heading">Maze Game</h3>
</p>
</div>
</a>
<a href="./projects/Space Invader/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/spaceinvade.png" alt="Space Invader">
</div>
<div class="card-content">
<h3 class="card-heading">Space Invader</h3>
<p class="card-description">
A fun Space Invader game.
</p>
</div>
</a>
<a href="./projects/Virtual Keyboard/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/vc.jpg" alt="Virtual Keyboard'">
Expand Down Expand Up @@ -794,7 +883,31 @@ <h3 class="card-heading">Tetris Game</h3>
</div>
</a>

<a href="./projects/QR Generator/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/Mã_QR.png" alt="Qr">
</div>
<div class="card-content">
<h3 class="card-heading">QR Generator</h3>
<p class="card-description">
QR Generator using HTML, CSS & Js
</p>
</div>
</a>

<a href="./projects/clone_of_amazon/index.html" class="card">
<div class="card-cover counter-cover-colour">
<img src="assets/image/amazon_clone_card.jpeg" alt="link tree icon">
</div>
<div class="card-content">
<h3 class="card-heading">Amazon clone</h3>
<p class="card-description">
get the feeling of real developer
</p>
</div>
</a>


<a href="./projects/Connect4/index.html" class="card" target="_blank">
<div class="card-cover ">
<img src="./projects/Connect4/Connectfour.png" alt="">
Expand All @@ -807,7 +920,17 @@ <h3 class="card-heading">Connect4(Two player)</h3>
</div>
</a>


<a href="./projects/Space Collision Game/index.html" class="card" target="_blank">
<div class="card-cover ">
<img src="./projects/Space Collision Game/img/pixel-art-coin-money-icon-game.png" alt="a coin representing how to win the game">
</div>
<div class="card-content">
<h3 class="card-heading">Space Collision Game</h3>
<p class="card-description">
Space Collision: Catch Coins and avoid Enemies to Score
</p>
</div>
</a>

<a href="./projects/pionoGame/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
Expand All @@ -821,10 +944,21 @@ <h3 class="card-heading">Piano</h3>
</div>
</a>

</div>

<a href="./projects/Chatbot/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/chat-7767693_1280.jpg" alt="chatbot">
</div>
<div class="card-content">
<h3 class="card-heading">Chatbot</h3>
<p class="card-description">
A simple chatbot. <br>
<strong> Please use your own google gemini api key for the chatbot to work. </strong>
</p>
</div>
</a>
</div>
</section>
<!-- ====================== Scroll to top ======================== -->

<button id="scrollToTopBtn" title="Go to top"><i class="ri-arrow-up-double-fill"></i></button>
<script src="./js/app.js"></script>
</body>
Expand Down
12 changes: 12 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.3",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"express": "^4.21.0",
"mongoose": "^8.7.0"
Expand Down
28 changes: 28 additions & 0 deletions projects/Building Block/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Building Block</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r128/three.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/cannon.js/0.6.2/cannon.min.js"></script>
</head>
<body>
<div id="instructions">
<div class="content">
<p>Stack the blocks on top of each other</p>
<p>Click, tap or press Space when a block is above the stack. Can you reach the blue color blocks?</p>
<p>Click, tap or press Space to start game</p>
</div>
</div>
<div id="results">
<div class="content">
<p>You missed the block</p>
<p>To reset the game press R</p>
</div>
</div>
<div id="score">0</div>
<script src="script.js"></script>
</body>
</html>
Loading

0 comments on commit 37e641f

Please sign in to comment.