From a2feba2d918db861ea85d22887f73993c173e742 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek Date: Sun, 23 Mar 2025 00:17:59 +0000 Subject: Reorganize source, create basic threading and server Need to create main world loop and have it message with web server --- world.rhm | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 world.rhm (limited to 'world.rhm') diff --git a/world.rhm b/world.rhm deleted file mode 100644 index 9357422..0000000 --- a/world.rhm +++ /dev/null @@ -1,26 +0,0 @@ -#lang rhombus/static -import: - "chunk.rhm" open - "entity.rhm" open - "item.rhm" open - -export: - Chunk - ActionResponse - Direction - World - Tile - Entity - EntityPlayer - EntityGatherable - Direction - ItemCap - Item - Slot - -class World(chunks :: MutableList.now_of(Chunk), - entities :: MutableList.now_of(Entity)): - - constructor(): - super(MutableList(), MutableList()) - -- cgit v1.2.3