$put_perv_real = "/home/www/dvakompa-ru/dopol/"; ?>
Еще один хороший вариант игры космических захватчиков. Противники имеют различные формы. Хорошая игра. Вы можете найти это здесь. В игру нужно играть на консоли размером 80 × 25 (вы можете установить ее с помощью fbset).
Another good variant of the space invaders game. Opponents have various shapes. A nice game. You can find it here. The game has to be played on a console with a size of 80×25 (you can set it with fbset).
In order to compile the game on a Raspberry Pi, I had to change the Makefile file by adding the -fsigned-char flag like that:
CFLAGS = -fsigned-char -c -O2 -Wall