From d62e6d2c9ae554cb904942254d05c1d1b62d51f1 Mon Sep 17 00:00:00 2001 From: kayomn Date: Thu, 20 Jun 2024 23:16:29 +0200 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 3003306..58342af 100644 --- a/readme.md +++ b/readme.md @@ -22,10 +22,10 @@ Ona is also the Catalan word for "wave". * Minimize external dependencies. -* Balance accessibility, maintainability, and execution speed. - * Provide utilities for handling rendering but otherwise leave the higher-level game logic and data structuring to the programmer. +* Enforce an architecture that makes logic non-interdependent logic trivially parallelizable. + ## Technical Details ### Requirements