mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2024-11-21 08:25:05 -05:00
Update web and readme
This commit is contained in:
parent
b98430154c
commit
74046ac127
@ -31,7 +31,8 @@ This game got some attention on 4chan: [1](https://archive.li/Yzcwt), [2](https:
|
||||
- GNU/Linux PC, terminal
|
||||
- Browser
|
||||
- Pokitto (220 x 116, 48 MHz ARM, 36 KB RAM, 256 KB flash)
|
||||
- Gamebino Meta (80 x 64, 48 MHz, 32 KB RAM, 256 KB flash)
|
||||
- Gamebino Meta (80 x 64, 48 MHz ARM, 32 KB RAM, 256 KB flash)
|
||||
- Ringo/MAKERphone (160 x 128, 160 MHz ARM, 520 KB RAM, 4 MB flash)
|
||||
- unofficial [bare metal Raspberry Pi port](https://github.com/msx80/anarch-baremetalpi) by msx80
|
||||
- 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.).
|
||||
@ -70,6 +71,7 @@ compiled:
|
||||
| GNU/Linux, terminal | 184 KB (gcc), 176 KB (clang), 176 KB (tcc) | 30 | 127 * 42 | ~5 MB |
|
||||
| Pokitto | 180 KB | 35 (overclock), 22 | 110 * 88 | < 32 KB |
|
||||
| Gamebuino Meta | 215 KB | 18 | 80 * 64 | < 32 KB |
|
||||
| Ringo (MAKERphone) | 1.3 MB | 35 | 160 * 128 | |
|
||||
| browser | 884 KB (whole output) | 35 | 512 * 320 | ~20 MB |
|
||||
|
||||
system requirements:
|
||||
|
@ -299,6 +299,7 @@
|
||||
<li><a href="https://drummyfish.gitlab.io/anarch/bin/web/anarch.html">play in browser</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_pokitto_1-01.pop?inline=false">Pokitto</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_gbmeta_1-01.zip?inline=false">GB Meta</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_ringo_1-01d.zip?inline=false">Ringo</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/raw/master/bin/Anarch_winshitxp_sdl_1-01.zip?inline=false">M$ Win$hit XP SDL</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/archive/master/anarch-master.zip">source code</a></li>
|
||||
<li><a href="https://gitlab.com/drummyfish/anarch/-/tree/master/bin">more downloads</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user