angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
419 stars 58 forks source link

Add runner for Windows #51

Closed TWiStErRob closed 4 years ago

TWiStErRob commented 5 years ago

because IDEA keeps failing to compile the project due to some of the examples.

Only works for .kts for now. Left some TODOs as there are mostly no similar apps out of the box on Windows. I guess both audio and video/gif player could be replaced with mplayer (which is multiplatform as well)

angryziber commented 4 years ago

I have merged for others to continue perfecting it, but in Intellij IDEA you can use Ctrl+Shift+F10 to run any .kts file without problems.