Files
enduro2d/README.md
2023-01-08 15:52:06 +07:00

27 lines
1.3 KiB
Markdown

# Enduro2D (work in progress)
> Yet another 2d game engine of dreams
[![linux][badge.linux]][linux]
[![darwin][badge.darwin]][darwin]
[![windows][badge.windows]][windows]
[![language][badge.language]][language]
[![license][badge.license]][license]
## [Build Instructions](./BUILD_INSTRUCTIONS.md)
## [Bootstrap](https://github.com/enduro2d/enduro2d-bootstrap)
## [License (MIT)](./LICENSE.md)
[badge.darwin]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/darwin.yml?label=Xcode&logo=xcode
[badge.linux]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/linux.yml?label=GCC%2FClang&logo=linux
[badge.windows]: https://img.shields.io/github/actions/workflow/status/enduro2d/enduro2d/.github/workflows/windows.yml?label=Visual%20Studio&logo=visual-studio
[badge.language]: https://img.shields.io/badge/language-C%2B%2B17-yellow
[badge.license]: https://img.shields.io/badge/license-MIT-blue
[darwin]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Adarwin
[linux]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Alinux
[windows]: https://github.com/enduro2d/enduro2d/actions?query=workflow%3Awindows
[language]: https://en.wikipedia.org/wiki/C%2B%2B17
[license]: https://en.wikipedia.org/wiki/MIT_License