I've been programming a game lately which I initially started like 10 years ago but forgot about it. Some weeks ago I started working and extending it significantly. I added some things I haven't seen in other games.

It's a multiplayer 2D space shooting game.

- Chat
- Place images
- Change music
- Normal and charged attacks
- Warps that can be used or destroyed
- A safe zone in the center where you receive no damage. It can be opened (green) or closed (red) on a single laser hit. If you shoot a charged attack it bounces.
- When low on health ships can self-destroy to cause damage if other nearby ships.
- There is a boost/turbo that increases speed a bit temporarily, and there's a chance to reflect attacks while on it.
- Ships can crash and they can bounce, cause damage, or both.

One of the most fun parts of it is the images since it can cover the map with random backgrounds, give it a sense of context/travel.

Images can be searched with "img some image" or direct URL pastes or uploaded from the computer using the bottom right button.

Youtube songs can be changed with "yt some song". YT is only audible.

Warps take ships to a random location on the map, and they can be destroyed which makes them unusable (ships bounce off them instead).

It was programmed in javascript (browser client side, and nodejs server).

http://merkoba.com:3000/