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

Initial Framework for Overlap Block Rule #8253

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Jxwoon
Copy link
Contributor

@Jxwoon Jxwoon commented Jun 19, 2021

What it does:
From markdown, I am extracting the sprite kinds. Then in tutorialValidator.ts, I am comparing the two sprite kinds used in an overlap block from the user and markdown.

To do:
Need to store the user's sprite kinds in a map in a format similar to this on line 52 in tutorialValidator.ts

```validationOverlap
{"kindOne":"SpriteKind.Projectile", "kindTwo":"SpriteKind.Enemy"}
```*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants