Retro-style terminal-based 2D physics sandbox
It is written in C and terminal-based so just compile it and you can probably run it on everything from super clusters to a smart fridge.
Compilation command:
mkdir build && cd build
cmake ..
make -jYou can run the game (from the build folder) like:
./bin/physitermOptionally, you can specify the number of particles to spawn initially (default: 64)
./bin/physiterm 1024To quit press "q".
Particles react to your cursor now!