|
1 | | -# VISU Starter |
| 1 | +# PHP-Craft |
2 | 2 |
|
3 | | -Starter Project for VISU. |
| 3 | +Mining PHPotentials: A Minecraft-Inspired Game written in PHP |
4 | 4 |
|
5 | | -This repo contains a quick start scafolding to create VISU based application. |
| 5 | +Yes, you read it right. This is a Minecraft-esque game and a PHP game engine written entirely in PHP. |
6 | 6 |
|
7 | | -<imgwidth="1392"alt="s"src="https://github.com/phpgl/visu-starter/assets/956212/5461d12b-49d6-4555-8309-c80a076e77d4"> |
| 7 | + |
8 | 8 |
|
9 | | -## Usage |
10 | | - |
11 | | -Use composer to create a new project based on `visu-starter`. |
12 | | - |
13 | | - |
14 | | -``` |
15 | | -composer create-project phpgl/visu-starter -s dev --prefer-dist <YOUR PROJECT NAME> |
16 | | -``` |
| 9 | +This is a **Work in Progress** but it runs. |
17 | 10 |
|
| 11 | +## Usage |
18 | 12 |
|
19 | 13 | After the installation open the projects directory with a command line and run:
|
20 | 14 |
|
21 | 15 | ```
|
22 | 16 | ./bin/play
|
23 | 17 | ```
|
24 | 18 |
|
25 | | -A window should open with a few flying Elephpants. (Disclaimer im not an artist..) |
26 | | - |
27 | | - |
28 | | - |
29 | | - |
30 | 19 |
|
31 | 20 |
|
32 | 21 |
|
0 commit comments