From 5abb49ccc567e718c508c90774f2f47fc78ff28f Mon Sep 17 00:00:00 2001 From: IQuant Date: Wed, 15 May 2024 13:25:32 +0300 Subject: [PATCH] Improve readme a bit --- README.md | 9 +++++++++ todo.txt | 1 + 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b739314..77fbafdc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Noita Entangled Worlds +Noita Entangled Worlds is an experimental mod for Noita that aims to make a true coop multiplayer possible. + +What is synced as of now: + - Players, their positions, health, perks and inventories + - Wand usage + - Item usage + - Items in world (One player can throw a wand/potion/spell/item, another can pick it up) + - Enemies and their attacks + - Pixels of the grid world (this one is far from perfect, however) Special thanks to: diff --git a/todo.txt b/todo.txt index b3a3a695..38b2a26a 100644 --- a/todo.txt +++ b/todo.txt @@ -36,4 +36,5 @@ - poly on clients - proxy: stop receiving connections before another start_game on game over, noita: try to reconnect to proxy. - sync traps + - holy mountains are screwed up when clients enter it before host does \ No newline at end of file