Skip to content

Commit

Permalink
Merge pull request #919 from jaibhedia/main
Browse files Browse the repository at this point in the history
Added Flappy Bird and Retro Snake Game
  • Loading branch information
panwar8279 authored Aug 3, 2023
2 parents 12d2d62 + afc678a commit 2110535
Show file tree
Hide file tree
Showing 9 changed files with 879 additions and 0 deletions.
Binary file added src/Games/Flappy Bird/TubeBody.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 src/Games/Flappy Bird/TubeDown.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 src/Games/Flappy Bird/TubeUp.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 src/Games/Flappy Bird/background.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 src/Games/Flappy Bird/bird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
476 changes: 476 additions & 0 deletions src/Games/Flappy Bird/game.java

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions src/Games/Flappy Bird/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Launch Window",
"request": "launch",
"mainClass": "Window",
"projectName": "FlappyBird_e38dbbfd"
}
]
}
Loading

0 comments on commit 2110535

Please sign in to comment.