Update readme

This commit is contained in:
Miloslav Ciz 2023-05-27 19:52:19 +02:00
parent b6d5a88751
commit 55a2456dee
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +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
- unofficially ran on/ported to [OpenPandora](https://git.sr.ht/~magic_sam/Anarch) by MagicSam ([forum thread](https://pyra-handheld.com/boards/threads/anarch.99869/#post-1714158))
- 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**).