The furthest I've gotten is running it on the browser through the command line. I went into the appropriate directory and used the ./gradlew html:superDev command and then went to the URL localhost:8080 and was able to play my game. However, what i need to do is put this game onto my website so that anyone can play it on the internet. From what I was able to find on the internet, I compiled my project by "Google" -> "GWT Compile" and then placed the WAR directory contents into my website directory at GoDaddy.com (which is where my website is hosted). You can see what happens by going to the URL yourself at http://www.vikkalkat.com/war/game.html
Someone please help and tell me how to properly deploy a LIBGDX project to the web?