From e430fbd9e13c501241e6b3618aa9db2fdbc7a434 Mon Sep 17 00:00:00 2001 From: Nathan Steel Date: Tue, 29 Oct 2024 13:54:08 +0000 Subject: [PATCH] Update on p1p5 --- blog/p1-ecsey-code-restructure.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/blog/p1-ecsey-code-restructure.html b/blog/p1-ecsey-code-restructure.html index 2c0d039..f1c11d5 100644 --- a/blog/p1-ecsey-code-restructure.html +++ b/blog/p1-ecsey-code-restructure.html @@ -299,6 +299,8 @@ let listPosition = {};

Being said, up to then I won't directly address the genre, but won't be changing names of 'card', etc. anymore.

I hope to keep showing the progressing code-base, and would love for people to follow my development journey, and to inspire others to start a game. If you do start a game, feel free to reference my work in these articles, but try not to rip off everything (despite what I post being mostly unfinished/finalised).

+

Updates

+

29/10/24 - If you're reading this as a semi-guide, this is not the optimal way to deal with entities/components. I will be rewriting this once the core functionality of the game is written.