fogleman / Craft

A simple Minecraft clone written in C using modern OpenGL (shaders).
http://www.michaelfogleman.com/craft/
MIT License
10.44k stars 1.39k forks source link

Is the account api backend public? #263

Closed ChillerDragon closed 7 months ago

ChillerDragon commented 4 years ago

First of all cool project. And I know its a side project and there is not a lot of uptime to expected but I decided to still ask.

I was not able to reach https://craft.michaelfogleman.com/ using my browser nor to connect via

$ ./craft michaelfogleman.com
connect: Connection refused
$ ./craft craft.michaelfogleman.com
connect: Connection refused

And running python server.py worked fine and I was able to play there but it feels like it is not fully replacing https://craft.michaelfogleman.com/api/1/ is there a way to host a server where users can register accounts in the case of craft.michaelfogleman.com being down?

fogleman commented 4 years ago

Hi. Yes, I recently took down craft.michaelfogleman.com after many years.

You can try running your own login server:

https://github.com/fogleman/LoginServer

ChillerDragon commented 4 years ago

Awesome! Maybe that repository could be mentioned in the readme?

ChillerDragon commented 4 years ago

It would be nice if you could start your server again but if you do not want to it would probably better to replace the url https://craft.michaelfogleman.com in the readme with https://github.com/fogleman/LoginServer and then this issue can be closed I guess.