Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mario-deluna/php-deathmatch
A simple 3D shooter written in PHP.
https://github.com/mario-deluna/php-deathmatch
Last synced: 5 days ago
JSON representation
A simple 3D shooter written in PHP.
- Host: GitHub
- URL: https://github.com/mario-deluna/php-deathmatch
- Owner: mario-deluna
- License: mit
- Created: 2018-05-26T14:43:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T09:58:18.000Z (about 6 years ago)
- Last Synced: 2024-12-12T19:47:10.632Z (11 days ago)
- Language: PHP
- Size: 20.8 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-deathmatch
A simple 3D shooter written in PHP.
## Usage
* Make sure to install the php-glfw extension.
* Install composer dependencies `composer install`.Then simply run the start command:
```
$ ./bin/start
```