The UNIX way of touching grass.
Find a file
2025-03-19 16:16:37 +01:00
src Initial commit 2022-12-04 08:10:00 +01:00
.gitignore Migrate build system to CMake 2025-03-19 16:16:37 +01:00
CMakeLists.txt Migrate build system to CMake 2025-03-19 16:16:37 +01:00
README.md Migrate build system to CMake 2025-03-19 16:16:37 +01:00
UNLICENSE Initial commit 2022-12-04 08:10:00 +01:00

cgrass

The UNIX way of touching grass.
It generates random amounts of grass in your terminal.

Building

You need:

  • cmake
  • Either make or ninja
  • a C compiler (gcc, clang, etc.)
  • The C Standard Library