I posted about this 10 months ago here: https://e621.net/forum/show/70013?page=1
Lately I've been able to work on it more. I removed and replaced most of the content that was there before. Lots of new features were added and bugs were fixed.
Check it out here: http://www.playlewd.com/demo.html
I think the game can somewhat explain itself now, instead I want to talk about the engine and such~
With making LEWD, I knew I was going to need to hire writers for the content. I can't write all the code AND all the writing. Writing isn't my forte, anyway; programming is. So I've made these tools so writers can add all sorts of highly dynamic and complex content without any programming experience. I also knew I want to make a 3D Hentai MMORPG in the future, and use the same MMO server for it, so it needed to be very open ended about what sort of client is using the server.
These are things that'd make it good for others to use for their own game.
It's a bit like WordPress, or something like that, but with a game server as well. The tools run on a webserver. The game server(which is a more specialized thing that I need to manage myself) communicates with it and they share a database. The aim would be to finish it up so it's easy to customize and is extensible to work for all sorts of types of games, all which run in the browser and use a client-server model. The dev tools I've made initially just for writers would make it incredibly easy to have a game up and running with your own content in it in minutes.
There's way more detail about all that on blog posts at www.playlewd.com
Updated