Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#2PlaysAMonth]: Cricket Game #972

Merged
merged 17 commits into from
Feb 25, 2023
Merged

[#2PlaysAMonth]: Cricket Game #972

merged 17 commits into from
Feb 25, 2023

Conversation

SamirMishra27
Copy link
Contributor

First thing, PLEASE READ THIS: ReactPlay Code Review Checklist

Description

In this React play I'm going to make and demonstrate a Web Cricket game using React.js.
Play Cricket and Bat against the computer to chase down the given target of runs with few overs and wickets in hand. You will level up if you successfully chase the target or else you will lose!
Hit the ball carefully when it comes to you! 🏏

Implemented and submitted as per Issue: #951

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

Project was manually tested both on my local system and mobile device to ensure all features are working as well as responsiveness.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

Screenshots or example output

Web capture_15-2-2023_233143_localhost

Screenshot 2023-02-16 002305

Screenshot 2023-02-14 070325

Initializing the play project in react-play
This reverts commit 556be46.
Submitting my react play project - Cricket Game (as filed in Issue#951
@vercel
Copy link

vercel bot commented Feb 15, 2023

@SamirMishra27 is attempting to deploy a commit to a Personal Account owned by @reactplay on Vercel.

@reactplay first needs to authorize it.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! Thank you for your contribution 😊.
Please reference the issue number in the description if you are fixing a bug.
If you are implementing a feature request, please check with the maintainers that the feature will be accepted first.
Stale Marking : After 30 days of inactivity this PR will be marked as stale PR and it will be closed and locked in 7 days if no further activity occurs.

@atapas atapas linked an issue Feb 17, 2023 that may be closed by this pull request
1 task
@vercel
Copy link

vercel bot commented Feb 17, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
react-play ✅ Ready (Inspect) Visit Preview 1 resolved Feb 25, 2023 at 3:52PM (UTC)

SamirMishra27 and others added 3 commits February 18, 2023 03:27
This commit makes the following improvements to the project:
- Make levels easier
- Add transitions to Top Bar's buttons
- Prevent batsman from clicking after missing ball
- Add wicket hit audio when batsman is out
- Add more commentary sentences and put them in a separate file
- Fix styling
- Add a `Random Choice` utility to pick a random element
- Give background music credits in README.md
- Other fixes
package.json Show resolved Hide resolved
src/plays/cricket-game/Readme.md Outdated Show resolved Hide resolved
src/plays/cricket-game/styles.css Show resolved Hide resolved
src/plays/cricket-game/styles.css Outdated Show resolved Hide resolved
@atapas
Copy link
Member

atapas commented Feb 23, 2023

@SamirMishra27 Please create the demo recording and add the link by editing your play.

src/plays/cricket-game/styles.css Outdated Show resolved Hide resolved
fix: Animation of score panel
fix: fonts, added font classes indiviually to all components which
require it
fix: timeline, remove `prevActions &&` from Timeline component to remove
unnecessary Zero.
@atapas
Copy link
Member

atapas commented Feb 25, 2023

@SamirMishra27 Please record your demo and add the link by editing your play

@atapas atapas added the #2PlaysAMonth #2PlaysAMonth Event label Feb 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#2PlaysAMonth #2PlaysAMonth Event
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[#2PlaysAMonth]: Cricket Game
2 participants