Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 272 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 272 Bytes

Game Of Life Implemented in C3

Structure

- c3c
- lib
- libraylib.a
- main.c3
- Makefile
- msvc_build_libraries.py
- raylib.c3 

Compilation

make:
	./c3c compile -l ./libraylib.a -o test main.c3 raylib.c3
clean:
	rm test