Skip to content

MartinOpat/PhysiTerm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhysiTerm

Retro-style terminal-based 2D physics sandbox

Instructions

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 -j

You can run the game (from the build folder) like:

./bin/physiterm

Optionally, you can specify the number of particles to spawn initially (default: 64)

./bin/physiterm 1024

To quit press "q".

Particles react to your cursor now!

About

Retro-style terminal-based 2D physics sandbox

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors