wpernath / quarkus-grumpycat

A simple fat-cat / packman like multi player game, with a logic server written in Java with Quarkus and a Engine written in JavaScript with the MelonJS game framework.
GNU General Public License v3.0
17 stars 20 forks source link

Make a live demo #15

Closed L1lith closed 2 years ago

L1lith commented 2 years ago

It would be fun to be able to just click a link and start playing

wpernath commented 2 years ago

Yes, that's true. Perhaps I am able to get access to a Kubernetes / OpenShift cluster. Then I'll definitely deploy a demo instance. Stay tuned!

L1lith commented 2 years ago

Yes, that's true. Perhaps I am able to get access to a Kubernetes / OpenShift cluster. Then I'll definitely deploy a demo instance. Stay tuned!

Would you be able to deploy statically to GitHub pages? Whatever you choose I look forward to seeing it!

wpernath commented 2 years ago

Unfortunately not, as it requires some other components to run (it is first of all a deployment example of doing GitOps with a more complex app than 'hello world').

wpernath commented 2 years ago

@L1lith , Finally I have a server to install a live demo. Not sure how stable it'll be, but for now you can have a look at it here:

http://cat-client-quarkus-grumpycat.apps.cat.rhepds.com/

Let me know, what you think. And I am always happy for ideas, contributions etc.

Thanks a lot!

L1lith commented 2 years ago

@L1lith , Finally I have a server to install a live demo. Not sure how stable it'll be, but for now you can have a look at it here:

http://cat-client-quarkus-grumpycat.apps.cat.rhepds.com/

Let me know, what you think. And I am always happy for ideas, contributions etc.

Thanks a lot!

Great work! I played it earlier today it was fun :) Thanks for implementing this!

Edit: You might want to put the link on the front page of the github repo

wpernath commented 2 years ago

Thank you for the suggestion :-)