Andriamanitra / coctus

Command line tool for playing Clash of Code locally
MIT License
4 stars 2 forks source link

Easier way to get started / run your code against the testsuite. #55

Open daxida opened 2 months ago

daxida commented 2 months ago

This would ideally be a set of justfile commands similar to what we had prior to this commit:

It should ease the process of:

Not all the steps are necessary, but I found those to be the bare minimum when solving puzzles / clashes.

Andriamanitra commented 2 months ago

The main problem is that you want 3 terminal panes (one for editor, one for showing the statement/test cases, and one for showing the test results) and how to split or open new terminals depends on what kind of setup the user has.

Here's a couple of ideas for how we could handle this: