keiwando / evolution

A sandbox game/simulator that demonstrates machine learning with evolutionary algorithms.
https://keiwan.itch.io/evolution
372 stars 59 forks source link

Question #10

Closed Depdog closed 2 years ago

Depdog commented 2 years ago

Hey,

I was wondering if you would be ok if I use your game so I can host it on replit for school, they blocked itch.io so I cant lay it there, and also what would be the start command? May I specify, a npm command, I'm thinking about using bash. but if you know this works in Node then do you know the start command?

Have A Great Day!!!

keiwando commented 2 years ago

When you say "for school" do you mean you want to host it in some kind of private container environment that only people from your school have access to for educational purposes? If so, then it's okay. As long as it's not being publicly hosted somewhere else (so that anyone could have access to it).

If you build the WebGL version in Unity you'll end up with a folder with an index.html in it. If you host the folder and then open the index.html it should automatically load the game.