1
2
Fork
You've already forked cgrass
0
The UNIX way of touching grass.
  • C 97.5%
  • CMake 2.5%
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