Skip to content

Commit

Permalink
Add rock paper scissors to open day webpage
Browse files Browse the repository at this point in the history
  • Loading branch information
sharaths21312 committed Feb 24, 2024
1 parent 1a2a3ca commit 2140079
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Binary file added img/open-day/rockpaperscissors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions pages/open-day/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,26 @@ <h2 class="project-title">Catch Us or Be Fooled!</h2>
</div>
</div>
</div>

<div class="project-box">
<img class="project-thumbnail" src="/img/open-day/rockpaperscissors.jpg">
<div class="project-info">
<h2 class="project-title">Rock Paper Scissors</h2>
<p>
Learn how the game Rock Paper Scissors can be implemented with a computer determining what has been played, and see how the determination of hand gestures are made.
<br/>
<br/>
Get the code for the demo and try it at home!
</p>

<div class="project-buttons">
<a class="project-button" href="https://github.com/databasedIISc/Open_Day-RockPaperScissors" target="_blank">
<!-- <img src="/img/social/github.png" alt="github logo"> -->
<span class="project-button-label" style="width: auto;">Get the code! </span>
</a>
</div>
</div>
</div>
</div>
</main>

Expand Down

0 comments on commit 2140079

Please sign in to comment.