webbben / code-duel

app that allows users to compete and race over solving leetcode-style coding challenges
https://code-duel-mu.vercel.app
0 stars 0 forks source link

implement code execution and judging #9

Open webbben opened 10 months ago

webbben commented 10 months ago

allow users to test and submit their solutions. solutions will be executed and their outputs evaluated to see if they pass the test cases. if all test cases pass, then the solution is accepted.

webbben commented 9 months ago

For now, we have code execution complete (in code-exec-microservice) and basic testing of solutions implemented. But still need to show feedback to user and handle win conditions.