From ed349fc6d70d559420fe48243f1a2a8ea5bfa70b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sun, 22 Nov 2020 20:09:16 +0100 Subject: [PATCH] Update ideas --- IDEAS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/IDEAS.txt b/IDEAS.txt index 273a7ef..74d8ba3 100644 --- a/IDEAS.txt +++ b/IDEAS.txt @@ -13,6 +13,7 @@ These are some ideas about what you can do with this game: - Add OpenGL (or other accelerated) rendering, with true 3D, true color, antialiasing, texture filtering etc. - Add movement inertia. +- Add possibility to load levels at runtime from a file. - Improve SW rendering on PC, e.g. use full z-buffer, particle effects etc. - Try to add screen space filters, like screen space antialiasing or pixel art upscaling algorithms.