commit 800ad77272323c250a00f0c5bf4e55a1c56dfbbc Author: Xevion Date: Mon Oct 14 22:19:55 2019 -0500 init README diff --git a/README.md b/README.md new file mode 100644 index 0000000..eda29ab --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# processing-projects + +## About + +This repository holds a collection of visually compelling projects built primarily in [Processing.py](https://py.processing.org/), otherwise built in the regular Java [Processing](https://processing.org/) system. + +## Current Projects + +- [Mazes](./mazes/README.md) +- [Pathfinding](./pathfinding/README.md) +- [Physics](./physics/README.md) +- [Games](./games/README.md)