Alatomate Cellulaire

Alatomate Cellulaire is a simple Game of Life (cellular automaton). Nevertheless, it implements an eye-candy effect for cell death which I found very enjoyable for the observer.

Older releases

Dependencies

Install

% tar -zxf alatomate_*.tgz
% cd alatomate
% make re
rm -f main.o disp_board.o update_board.o events.o
rm -f alatomate
cc -Iincludes/ `sdl-config --cflags` -W -Wall -O2   -c -o main.o main.c
cc -Iincludes/ `sdl-config --cflags` -W -Wall -O2   -c -o disp_board.o disp_board.c
cc -Iincludes/ `sdl-config --cflags` -W -Wall -O2   -c -o update_board.o update_board.c
cc -Iincludes/ `sdl-config --cflags` -W -Wall -O2   -c -o events.o events.c
cc main.o disp_board.o update_board.o events.o -o alatomate `sdl-config --libs`
% ./alatomate

Preview

Contact developer

The best way to contact me directly is to use jabber (ubitux, on jabber.fr), or IRC (see you on freenode).

License

GPL v3.

TODO ideas