From 64910f3321174280c2d75cae6a525e1963196937 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Fri, 19 May 2023 21:14:16 +0200 Subject: [PATCH] Update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 006aa0d..e997480 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ This game got some attention on 4chan: [1](https://archive.li/Yzcwt), [2](https: - unofficial [DOS port](https://gitlab.com/wuuff/anarch-dos) by Wuuff - another unofficial [DOS port](https://codeberg.org/gera/anarch-dos) by gera - unofficial [Retrofw and Miyoo ports](https://github.com/szymor/anarch) by szymor + - unofficially ran on/ported to [OpenPandora](https://git.sr.ht/~magic_sam/Anarch) by Sam - Has **completely NO external dependencies**, not even rendering or IO, that is left to each platform's frontend, but each frontend is very simple. Uses **no dynamic heap allocation** (no malloc). - Can fit into **less than 256 kb (60 kb with procgen mod)** (including all content, textures etc.). - Uses **no build system**, can typically be compiled with a single run of compiler (**single compilation unit**).