Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gobengo/mesaverse


https://github.com/gobengo/mesaverse

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

# mesaverse

Tabletop Fediverse.

## What?

This is a prototype of 2-dimensional shared space in the [Open Metaverse](https://github.com/omigroup/OMI).

Players
* interact with the world via [ActivityPub](https://www.w3.org/TR/activitypub/)
* appear as an avatar they are in control of and reuse as they move between multiple worlds

## Components

* gridworld-server: Example server hosting a multiplayer 2-d grid world
* avatar: Web App that lets a user manage their avatar
* browser: Web App that lets the end-user navigate their avatar between worlds, keep track of their friends, etc.

## Preview

```
[
["B"," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," "," "],
[" "," "," "," "," "," "," "," "," "," "," "," "," "," "," ","A"]
]
```