Weekend 1
I've decided to make a multiplayer point & click adventure game. It will be set in an alien escape game themed on present day Earth. I'm still playing around with specifics of the theme but it will have some connection to "Spectrum" though it may be a bit weak :p
jimmylang will be drawing backgrounds for the game, Zushi may be contributing in some way depending on their commitment to another game. If anyone is interested in helping out with this game, get in touch (@MeleeCitizen on twitter, Citizen Of Mêlée#8505 on Discord).
For the first week my goal is to build up the engine, and I'll use the second week to write the scripts and build the puzzles. For the time being I'm using a mix of monkey island assets and scribbles to test the engine as I build it. The engine is written in Javascript on the client, with phaser for rendering, and Django with django-channels on the server. It's hosted on Heroku. The latest version can be played at https://rainbow-2017.herokuapp.com (though there's not much to play currently).
So far the engine supports multiple users walking around the world, multiple layers (so players can walk behind things), pathfinding, multiple rooms with doors between them, and chat (by pressing space).
Tomorrow I hope to add items that can be picked up and dropped, and maybe the ability to look at things.