This commit is contained in:
Miloslav Ciz 2021-12-02 20:01:22 -06:00
parent 517329bc85
commit 8594846079
1 changed files with 1 additions and 0 deletions

View File

@ -112,3 +112,4 @@ OTHER:
- Create a simple text USA parody game (probably browser) where you are an american at about 20, with 100% health and 0 money, then you're presented with random events (e.g. "while crossing the road you were mildly touched by a car") and actions (e.g. "sue" and "continue walking"). Each actions will affect your status and you'll age. The goal is to get rich and live long, but that of course will be practically impossible.
- Write very small suckless chess engine (port to Arduino, Pokitoo, ...), then make a video comparing this with the Delphi Chess I made a decade ago.
- Write a simple "platform-independent OS" in pure C. Programs for it will be written in C too and compiled into the final binary. It would be a core that would allow to work with files, devices, multitasking etc. There will be an API for programs to use, each program would e.g. have to provide its loop step (this would enable multitasking).
- Try what sugar with salt tastes like.