This commit is contained in:
Miloslav Ciz 2024-10-19 22:01:36 +02:00
parent 344fc135f3
commit c984e5d718
24 changed files with 1882 additions and 1817 deletions

View file

@ -46,6 +46,7 @@ NOTE 2: See **[how to do projects well](project.md)**.
| game: multiplayer arena shooter | hard | | | | Xonotic died, OpenArena is imperfect, we need a suckless one | OpenArena? |
| game: 3D light-gun shooter (with S3L) | mid | | | | nice relaxation game, not that hard to make | |
| games: tiny ones | easy | [uTD](micro_td.md), ... | ... |can never have enough| very tiny games, SAF is ideal for this, nice learning project | |
| game servers w/o rules (allow cheating)| mid? | | | | e.g. for chess, MT, AFPS and so on, allow everything | |
| [go](go.md) engine/library (C or comun)| mid? | | | | | |
| [GUI](gui.md) library | easy/mid | | | |like SAF but for "PC" GUI (mouse, sound, ...), now GUI's a mess | |
| image/2D data library | mid? | | | | C/comun lib for bitmaps (FFT, formats, ...), needs good planning| |