A shooter game written in PHP:FFI/SDL2/FFI SDL Bindings
- PHP >= 7.4.0
- ext-ffi
(php.ini -> extension=ffi)
- SDL >= 2.0
- SDL Image >= 2.0
- SDL TTF >= 2.0
-
Linux
sudo apt install libsdl2-2.0-0 libsdl2-image-2.0-0 libsdl2-ttf-2.0-0 -y
-
MacOS
brew install sdl2 sdl2_image sdl2_ttf
$ composer install
php main.php
- Movement by arrows
- Fire by space