halftheopposite / TOSIOS

The Open-Source IO Shooter is an open-source multiplayer game in the browser
MIT License
369 stars 77 forks source link

Apparently it doesn't work on windows 10 if you need to test locally. #34

Closed lucks closed 2 years ago

lucks commented 3 years ago

I had to modify certain scripts:

lucks commented 3 years ago

also with the code .tsx inside packages client ... in order to fix just put on : .prettierrc

"endOfLine":"auto"

halftheopposite commented 3 years ago

Hi @lucks,

Thanks for bringing these issues up! I think I can find a better way of handling this that would be cross-platform. I should do a PR quite soon.

bpkennedy commented 2 years ago

I know this is quite a while ago, @lucks , but for anyone else who stumbles upon this - I am using the Windows Subsystem for Linux on Windows 10, installed the 20.04 ubuntu distribution, and via linux terminal was able to build and run this without any issues at all.