Skip to content

samTime101/C3_game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Conway's Game Of Life implemented in C3 language

Topics

Resources

Stars

Watchers

Forks