Skip to content

blobs-io/blobsgame

Repository files navigation

blobs game

This repository contains the source code of the browser game "blobs"
Note: This game is still in development. It may not work yet.

There is currently a rewrite going on. The code that is running on production can be found under the master branch. Any pull requests depending on that branch will be ignored.

Selfhosting notes

If you plan on hosting this on your own, you will need to compile the source code using the Go compiler. The frontend part of the game is written in TypeScript, so you will also need to install TypeScript to transpile it.
For convenience, we've written a Makefile which you can use to compile everything that's required.

$ make all

What is this?

A: Blobs is a work-in-progress multiplayer game that involves blob characters (you may know these from Android) that “nom” players in order to gain blob rating, which shows how skilled you are at the game.

Where can I play this game?

A: As stated above, this game is still a WIP and may not work yet. Its interface (login, registration and main menu) does exist and can be accessed through the internet by anybody and all other pages should work well, means that you can register and login without any problems. The game should work fine, too, but there is not much yet.

Any ETA when this game is ready?

A: The game is playable, but it's lacking features. We are working on it to get it done as soon as possible. We do not know when this game is ready, but you can expect the first version to be ready in 2019.

Can I donate for this project?

A: No, there is no way to donate for now. Thank you for caring.

I found a bug, where/how do I submit it?

A: There are plenty of ways to submit issues/bugs. The best one is to create an issue on this repository by clicking the "Issues" tab at the top of this page or here. We will get to it as fast as possible.