Skip to content

Commit

Permalink
updated links in java projects
Browse files Browse the repository at this point in the history
  • Loading branch information
ImmidiSivani committed Jun 17, 2024
1 parent f060ec4 commit 154f9b5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Programming Languages/Java/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -904,14 +904,12 @@ Here's the updated table:
<td>Build a program that converts temperatures between Celsius and Fahrenheit scales based on user input.</td>
</tr>
<tr>
<td>Tic Tac Toe Game</td>
<td>Build a tic-tac-toe game provided its implementation,code and rules to play the game </td>
<td><a href="https://www.geeksforgeeks.org/tic-tac-toe-game-in-java/">Tic Tac Toe Game in Java </a></td>
<td>Build a tic-tac-toe game provided its implementation,code and rules to play the game </td>
</tr>
<tr>
<td>Brick Breaker Game</td>
<td>It has a small ball that knocks the bricks taking the help of a small platform at the base. The player handles this platform and tries to bounce the ball through that platform. In this project, the scoring depends on the number of bricked-broken, i.e., the more you destroy the bricks, the more you score</td>
<td><a href="https://github.com/awaismirza/Java-Game-Brick-Breaker">Bricck Breaker Gamee</a></td>
<td>It has a small ball that knocks the bricks taking the help of a small platform at the base. The player handles this platform and tries to bounce the ball through that platform. In this project, the scoring depends on the number of bricked-broken, i.e., the more you destroy the bricks, the more you score</td>
</tr>
</table>

Expand Down

0 comments on commit 154f9b5

Please sign in to comment.