Add ports to readme

This commit is contained in:
Miloslav Ciz 2022-06-03 16:01:21 +02:00
parent d935208f83
commit 8eadf20b8a
1 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@ This game got some attention on 4chan: [1](https://archive.li/Yzcwt), [2](https:
- **100% non-commercial**, free of any ads, spyware, microtransactions, corporate logos, planned obsolescence etc. - **100% non-commercial**, free of any ads, spyware, microtransactions, corporate logos, planned obsolescence etc.
- **Extemely low HW demands** (much less than Doom, no GPU, no FPU, just kilobytes of RAM and storage). - **Extemely low HW demands** (much less than Doom, no GPU, no FPU, just kilobytes of RAM and storage).
- **Suckless, KISS, minimal, simple**, short code (~10000 LOC). - **Suckless, KISS, minimal, simple**, short code (~10000 LOC).
- **Extremely portable**. So far officially ported to and tested on: - **Extremely portable**. So far ported to and tested on:
- GNU/Linux PC: SDL, csfml, terminal (experimental), Linux framebuffer (experimental) - GNU/Linux PC: SDL, csfml, terminal (experimental), Linux framebuffer (experimental)
- OpenBSD SDL - OpenBSD SDL
- Winshit XP SDL - Winshit XP SDL
@ -38,6 +38,7 @@ This game got some attention on 4chan: [1](https://archive.li/Yzcwt), [2](https:
- Nibble (128 x 128, 160 MHz) - Nibble (128 x 128, 160 MHz)
- unofficial [bare metal Raspberry Pi port](https://github.com/msx80/anarch-baremetalpi) by msx80 - unofficial [bare metal Raspberry Pi port](https://github.com/msx80/anarch-baremetalpi) by msx80
- unofficial [DOS port](https://gitlab.com/wuuff/anarch-dos) by Wuuff - unofficial [DOS port](https://gitlab.com/wuuff/anarch-dos) by Wuuff
- unofficial [Retrofw and Miyoo ports](https://github.com/szymor/anarch) by szymor
- 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). - 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** (including all content, textures etc.). - Can fit into **less than 256 kb** (including all content, textures etc.).
- Uses **no build system**, can typically be compiled with a single run of compiler (**single compilation unit**). - Uses **no build system**, can typically be compiled with a single run of compiler (**single compilation unit**).