aaronryank / Cubically

An esoteric programming language based on Rubik's Cubes
https://github.com/Cubically
GNU General Public License v3.0
28 stars 6 forks source link

Added Visual Studio files to the project #5

Closed TehPers closed 7 years ago

TehPers commented 7 years ago

This should make it easier to develop on Visual Studio without conflicting with other development environments. All the code files are being moved to the directory /cubically, so just start treating that like the root code directory and you'll be fine. Anybody developing with Visual Studio can use the .sln file and link the project to a Linux server for debugging and testing.

aaronryank commented 7 years ago

I don't really want these in my copy of the repo as I'll never use them and they sorta clutter things up. However I've found a way to have the Cubically/cubically repo up-to-date but with extra commits, so you can add these there instead.

TehPers commented 7 years ago

Sounds good. I'll just keep it in my fork I guess.