increpare / increpare/PuzzleScript
Can't spawn a random object and make it move in the same rule (random is classified as a direction)
Open
Nobody has claimed this yet.
rule logic
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 185
- PR merge metrics
- No merged PRs in 30d
Description
[Thing] -> [random randomdir Thing]
"Error, an item can only have one direction/action at a time, but you're looking for several at once!"
Contributor guide
No contributing guide indexed for this repository
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 reproducing the reported rule, [Thing] -> [random randomdir Thing], in PuzzleScript and confirm why it reports multiple directions/actions. Trace the parser or rule validation that classifies random as a direction; done means the rule can spawn a random object and move it in the same rule without the error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- game-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100