Coding on Windows

I finally figured out how to get a dev environment working on a VirtualBox VM on Windows. This can help folks who are developing a game and want to debug code on their home PCs. You can find instructions here:

https://aresmush.com/tutorials/code/dev-tools/

Ares doesn’t run on Windows natively due to a limitation of the database driver. (Also, Ruby is pretty clunky on Windows in general. The whole ecosystem is very 'nix-driven.)

1 Like

Yes! I’ve been wishing for this! Code-testing on the live server is one thing while we’re still building, but I’m envisioning some of the mistakes I’ve made while we’re actually running the game…

Thanks for the instructions!

1 Like