Ellabit icon indicating copy to clipboard operation
Ellabit copied to clipboard

Provide a way for challenges to be broken into steps

Open kevmoens opened this issue 2 years ago • 0 comments

For larger challenges we should be able to have a IChallengeSteps interface which has a property List<IChallengeStep>.

Each IChallengeStep has a Description, and TestCode and Tests FYI future may have tests that check console output or syntax trees.

Create new example. Add questions and notes below.

kevmoens avatar Nov 12 '22 19:11 kevmoens