Add files via upload

This commit is contained in:
nilsberglund-orleans
2021-07-30 10:25:50 +02:00
committed by GitHub
parent 9716df4078
commit 238c4f5844
4 changed files with 290 additions and 15 deletions

View File

@@ -27,7 +27,9 @@ int ncircles = NMAXCIRCLES; /* actual number of circles, can be decre
#define D_GENUSN 14 /* polygon with identifies opposite sides */
#define D_CIRCLES 20 /* several circles */
#define D_CIRCLES_IN_RECT 21 /* several circles inside a rectangle */
#define C_FOUR_CIRCLES 0 /* four circles almost touching each other */
#define C_SQUARE 1 /* square grid of circles */
#define C_HEX 2 /* hexagonal/triangular grid of circles */
#define C_LASER 3 /* laser fight in a room of mirrors */