From fc18f0442a9ef20090b6504d0c80b7b2e4a19a75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Thu, 13 Feb 2020 07:44:18 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f72a58..d32755c 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Why? - **Like Doom** but much better because of the following. - **Extemely low HW demands** (much less than Doom, no GPU, no FPU, just kilobytes of RAM and storage). -- **Extremely portable** (much more than Doom). So far tested on GNU/Linux PC, TODO. -- Has **completely NO external dependencies**, not even rendering or IO, that is left to each platform's frontend, but every frontend is extremely simple (~100 LOC). +- **Extremely portable** (much more than Doom). So far tested on GNU/Linux PC, Pokitto, TODO. +- Has **completely NO external dependencies**, not even rendering or IO, that is left to each platform's frontend, but each frontend is very simple. - Fits into **less than 256 kb** (including all content, textures etc.). - Uses **no build system**, can typically be compiled with a single run of compiler. - **Works without any file IO**, i.e. can work without config files, save files, **all content and configs are part of the source code**.