MLH-Fellowship / MLH-Fellowship/ACE
Create matches with a timer
Open
Nobody has claimed this yet.
enhancement
medium
- Dominant language
- JavaScript
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Both players get time limit of 20 mins, the timer starts when it's player's move. When a player runs out of time, the opponent wins the game.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the match state and player-turn logic in the JavaScript project, then identify where game results and player-facing match status are handled. Implement the 20-minute limit per player, starting only during that player's move, and verify that an expired player loses and the opponent wins.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- game-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100