Part 23. Real Projects
In this project, we will build a small command-line calculator.
| Section | Title |
|---|---|
| 1 | Build a CLI Calculator |
| 2 | Build a JSON Parser |
| 3 | Build a Static File Server |
| 4 | Build a Thread Pool |
| 5 | Build a Memory Allocator |
| 6 | Build a Small Database |
| 7 | Build a Programming Language Lexer |
| 8 | Build a Bytecode VM |
| 9 | Build a Simple Game Engine |
| 10 | Build a Mini Git Clone |
| 11 | Appendix A. Zig 1.16 New Features |
Build a Simple Game Engine
A game engine is a program structure for running interactive simulations.