Best place I can put my game/demo for free online so people can try it out?

I’m developing using libgdx and have projects created for desktop, android & HTML5 — my question is, where can I put the game/demo online for free so that people can try it out? And which project do I upload? application? html5?

thanks.

  1. Find a server to store it. Cloud servers should be fine for small games. (Dropbox etc.)
  2. Find somewhere to host applets if that’s what you want.
  3. For HTML5, a simple HTML document on the server will do.
  4. For download, link to application on server.
  5. For Android, Google Play.

http://www.java-gaming.org/boards/showcase/2/view.html :o
Static Void Games
GameJolt

I’ll try out Static Void Games and GameJolt.

I’m just looking for a place where the person can load a page and play the game.

Thanks,