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