Taylor logo

Made for Games

![GitHub Release](https://img.shields.io/github/v/release/HellRok/Taylor) [![Build status](https://badge.buildkite.com/0cb81ca8e3b8f43a2998bc15f90323a2eb8429669e819b7697.svg)](https://buildkite.com/oequacki/taylor) ![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/HellRok/Taylor/total?label=total%20downloads) ![GitHub License](https://img.shields.io/github/license/HellRok/Taylor) [Website](https://taylormadetech.dev) | [Cheat Sheet](https://taylormadetech.dev/documentation/tutorials/cheat_sheet/) | [Documentation](https://taylormadetech.dev/documentation/taylor/latest/) | [Try it Out Online](https://playground.taylormadetech.dev/) ## What's This? Taylor is a game engine I've built using [mruby](https://mruby.org/) and [raylib](https://www.raylib.com/). I'm trying to build a very simple way for people to get into game development. This is trying to replicate the simplicity of [QBasic](https://wikipedia.org/wiki/QBasic) but with a more of a modern approach. ## Getting Started Check out my tutorial over on the [official Taylor website](https://www.taylormadetech.dev/documentation/tutorials/getting_started/). ## Examples If you'd like to see some examples, check them out on the [online playground!](https://playground.taylormadetech.dev/) ## Documentation ### [Contributing](/documentation/contributing.md) ### [Local Development](/documentation/local_development.md) ## License Taylor is free and open-source, licensed under the [MIT license](https://github.com/HellRok/Taylor/blob/main/LICENSE).