NoGambling1 / ConsoleGames

Some checkers game like tf idk
MIT License
2 stars 1 forks source link

Snake not working on windows #3

Closed NoGambling1 closed 2 months ago

NoGambling1 commented 2 months ago

TermIOS is a linux/macOS only extension. We can make 2 verisons of the entire project, Windows and linux/MacOS in the future

orangejuiceplz commented 2 months ago

I can probably find the correct library for both, I'll work on that when I can. No need to work on two entire separate versions as of now as the project is small so our libraries are small. In the future, maybe. If thats the case then we could probably split it up like this:

You can handle the windows version of the project, and I will handle the Unix stuff.

I'll begin working on this now. -- I have created a new branch for this issue and will make a PR with my changes. I don't exactly have access to my windows PC at the moment, so you're going to have to do that for me.

I could try to see if I can SSH in, but I'm not sure.

NoGambling1 commented 2 months ago

Okay my pookie wookie

orangejuiceplz commented 2 months ago

Please review the PR as it contains the change for Microsoft Windows.

Merge if it it works.