Skip to content

Commit

Permalink
Merge pull request #4899 from ANKeshri/feat/penalty-shootout
Browse files Browse the repository at this point in the history
penalty shoot out game
  • Loading branch information
kunjgit authored Jul 22, 2024
2 parents 7185a11 + 4b8e480 commit 004ff36
Show file tree
Hide file tree
Showing 30 changed files with 1,705 additions and 16 deletions.
3 changes: 3 additions & 0 deletions Games/Penalty_Shootout_Game/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Penalty Shootout Game
An HTML canvas based game, that can be played using mouse click.
HTML canvas has been used for the animation of the character and animation of the ball has been achieved by making the ball move through an SVG curve.
Loading

0 comments on commit 004ff36

Please sign in to comment.