Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/darkin1/PhpShooter


https://github.com/darkin1/PhpShooter

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# PhpShooter

A shooter game written in PHP:[FFI](https://www.php.net/manual/en/class.ffi.php)/[SDL2](https://www.libsdl.org/)/[FFI SDL Bindings](https://github.com/SerafimArts/ffi-sdl)


Php shooter screenshot

## Requirements

- PHP >= 7.4.0
- ext-ffi `(php.ini -> extension=ffi)`
- SDL >= 2.0
- SDL Image >= 2.0
- SDL TTF >= 2.0

## Installation

### SDL2 Library
- 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`

### PHP Dependencies
`$ composer install`

## Playing
`php main.php`

- Movement by arrows
- Fire by space