https://github.com/phpgl/php-craft
Mining PHPotentials: A Minecraft-Inspired Game written in PHP
https://github.com/phpgl/php-craft
gamedev php-game
Last synced: 5 months ago
JSON representation
Mining PHPotentials: A Minecraft-Inspired Game written in PHP
- Host: GitHub
- URL: https://github.com/phpgl/php-craft
- Owner: phpgl
- Created: 2023-08-29T19:53:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T10:07:03.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:35:17.492Z (10 months ago)
- Topics: gamedev, php-game
- Language: PHP
- Homepage:
- Size: 96.7 KB
- Stars: 15
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP-Craft
Mining PHPotentials: A Minecraft-Inspired Game written in PHP
Yes, you read it right. This is a Minecraft-esque game and a PHP game engine written entirely in PHP.
## Screenshots
Lighting

Hills

Culling

This is a **Work in Progress** but it runs.
##Â Installation
* Make sure you install the latest "master" version of [PHP-GLFW](https://github.com/mario-deluna/php-glfw)
* Run `composer install` to install the dependencies
## Usage
After the installation open the projects directory with a command line and run:
```
php ./bin/play
```