From 8a7d92f2ce667d02b2e85ef0aff7db0b4cf82952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Mon, 5 Oct 2020 17:39:53 +0200 Subject: [PATCH] Update TODO --- TODO.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index 634aacb..6081679 100644 --- a/TODO.txt +++ b/TODO.txt @@ -3,7 +3,8 @@ general: - Refactor. - Add option for advanced head bobbing which will also shear the camera along with offsetting it. -- Port to ncurses? +- Port to OpenDingux. +- Port to some fantasy console? - Rewrite python scripts to C (faster, less bloat). - Try to recolor textures and give them a bit more of variety. - automatic tests: a frontend that will play the game, check the state, rendered @@ -219,3 +220,4 @@ scratched: - optional graphics enhance: vertical wall shading ("ambient occlusions")? - some monsters could reflect plasma, i.e. not be hurt by it, but reflect it back towards the player +- Port to ncurses?