You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Track each player's last attempt timestamp using last_attempt_timestamp inside the DailyPlayerStat struct. This ensures that each player's stats reset dynamically on their first attempt of a new day. Check if last_attempt_timestamp is from a previous day: If yes, reset DailyPlayerStat, If no, proceed normally.
Acceptance Criteria
last_attempt_timestamp added to DailyPlayerStat.
submit_guess correctly resets all relevant player stats if the last attempt was from a previous day.
last_attempt_timestamp updates on every guess submission.
Unit tests to ensure proper functionality.
The text was updated successfully, but these errors were encountered:
I’m Mike, a returning contributor and a Diamond-tier contributor with over 5 years of experience in software and blockchain development.
I’d like to take on the task of tracking each player’s last attempt timestamp and resetting their stats dynamically if their last attempt was on a previous day.
I’m available to dedicate 12 hours to this task and can start immediately. Let me know how I can help!
Hi,
I am proficient Blockchain developer expert in Cairo , Rust and Solidity and also in web development.
I have contributed many starknet ,stellar projects and more .
please /assign Me this issue .
Thank You !!
ETA: 10 hours
Hi, please can I be assigned this please? I would love to be the given the opportunity to solve this issue please. I have experience in html, css, JavaScript, TypeScript cairo and Rust.
Description
Track each player's last attempt timestamp using
last_attempt_timestamp
inside theDailyPlayerStat
struct. This ensures that each player's stats reset dynamically on their first attempt of a new day. Check iflast_attempt_timestamp
is from a previous day: If yes, resetDailyPlayerStat
, If no, proceed normally.Acceptance Criteria
last_attempt_timestamp
added toDailyPlayerStat
.submit_guess
correctly resets all relevant player stats if the last attempt was from a previous day.last_attempt_timestamp
updates on every guess submission.The text was updated successfully, but these errors were encountered: