This commit is contained in:
Miloslav Ciz 2025-03-22 08:02:47 +01:00
parent 390c8b8a4c
commit 3d11ef05d8
36 changed files with 2003 additions and 1984 deletions

View file

@ -25,6 +25,7 @@ NOTE 2: See **[how to do projects well](project.md)**.
| audio/music editor | mid/hard? | | | | for waveforms and/or MIDI (tracker music), can even be CLI/TUI | Audacity, LMMS, ... |
| chat software | mid? | dumbchat | drummyfish | one done | make it KISS, no encryption, no Unicode, ... just chat! | IRC |
| [chatbot](chatbot.md) | mid? | | | plans in my head | probably NOT neural net, KISS lib for good enough chatbot | |
| [cheating](cheating.md) tools | mid | | | | support cheating, e.g. chess (use engine but in human like way) | Stockfish, ... |
| [chess](chess.md) engine/library (C) | mid/hard |[smallchesslib](smallchesslib.md)| drummyfish | done | it's not very strong tho :/ | |
| [compression](compression.md) lib/util | mid? | shitpress/comunpress | ... | one so far | | |
| data, datasets | easy/mid? | | |can never have enough|simple format CC0 data (CSV etc.): txt dictionaries, star DB, ...| Wikidata, ... |
@ -44,11 +45,13 @@ NOTE 2: See **[how to do projects well](project.md)**.
| game: [Trackmania](trackmania.md) clone| hard | [Licar](licar.md) | drummyfish | started | | |
| game: [Pokemon](pokemon.md) clone | hard? | | | | catchable monsters game, procedurally generated ones? SAF? | Tuxemon, ... |
| game: fantasy [RPG](rpg.md) | hard? | | | | Dream: Elder Scrolls clone, also just a dungeon crawler, ... | |
| game: multiplayer arena shooter | hard | | | | Xonotic died, OpenArena is imperfect, we need a suckless one | OpenArena? |
| game: [arena shooter](afps.md) | hard | | | | Xonotic died, OpenArena is imperfect, we need a suckless one | OpenArena? |
| game: [MMORPG](mmorpg.md) | hard | | | |prolly 2D, maybe wait for [free universe](free_universe.md) first| |
| game: Jump King clone (likely SAF) | easier | | | | easy to make, potentially lot of fun | |
| game: battle simulator clone (3D or 2D)| mid-hard | | | thinking about it | clone Ultimate Epic Battle Simulator | CPU vs CPU in RTS games |
| game: battle simulator clone (3D or 2D)| mid-hard | | | thinking about it | clone Ultimate Epic Battle Simulator, could be combined with RTS| CPU vs CPU in RTS games |
| game: 3D light-gun shooter (with S3L) | mid | | | | nice relaxation game, not that hard to make | |
| game: Uther Party clone | mid | | | | | |
| game: Warcraft III clone (prolly 2D) | mid-hard | | | | RTS with multiplayer, can be combined with the battle sim. etc. | |
| game: world's hardest game clone (SAF) | easy | | | | | |
| game: zero player simulators/toys | mid/easier | [procball](procball.md) | drummyfish |done, more is better | games you don't play, just watch, to replace TV, streams etc. | |
| games: tiny ones | easy | [uTD](micro_td.md), ... | ... |can never have enough| very tiny games, SAF is ideal for this, nice learning project | |