31 lines
1.3 KiB
Markdown
31 lines
1.3 KiB
Markdown
```
|
|
___________________________________________________
|
|
| ____ ___ _ __ __ ____ __ __ ____ |
|
|
| | \ / \ | T | T T / || T T| \ |
|
|
| | o )| || | | | || __|| | || _ | |
|
|
| | _/ | O || |___ | || | || | || | | |
|
|
| | | | || ||___, || |_ || | || | | |
|
|
| | | | !| || || || || | | |
|
|
| |__| \___/ |_____||____/ |_____| \____||__|__| |
|
|
‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾‾
|
|
```
|
|
## PolyGun
|
|
PolyGun is a voxel-based multiplayer first person shooter game/engine.
|
|
|
|
## Licensing
|
|
PolyGun is free software licensed under the permissive Expat ("MIT") license. See [LICENSE.TXT](LICENSE.TXT) for the full end-user license agreement.
|
|
|
|
PolyGun comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.
|
|
|
|
## Supported platforms/operating systems
|
|
- GNU/Linux, Alpine Linux (X11 and Wayland windowing systems)
|
|
- Microsoft Windows (2000/ME or later, may work on older but untested. Also good luck getting
|
|
a C++ 17 compiler on there)
|
|
- SerenityOS
|
|
|
|
## Contributing
|
|
### See [docs/CODING_STYLE.MD](docs/CODING_STYLE.MD)
|
|
|
|
## Building
|
|
### See [docs/INSTALL.MD](docs/INSTALL.MD)
|