microsoft / jericho

A learning environment for man-made Interactive Fiction games.
GNU General Public License v2.0
261 stars 43 forks source link

Windows support #31

Open MarcCote opened 4 years ago

MarcCote commented 4 years ago

I'm wondering how much work would it be to add Windows support to Jericho?

For instance, we would need to de/allocate the frotz library according to the current OS (see https://github.com/microsoft/TextWorld/issues/146#issuecomment-596402900).

Also, we would need to make sure we can build the frotz library as DLL (or something).

mhauskn commented 4 years ago

Good question - I honestly haven't done enough windows programming to understand the scope of this work. It would be great to consult with someone with more expertise.