Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.63 KB
description
Learn more about our motivation for creating this Framework

Introduction

Summary

Creating a gamemode can become very frustrating and confusing. If procedural programming gets the upper hand, the result can be chaos.

For this reason we have made it our task to develop a framework with which it is easy to program object-oriented.

The advantages of object-oriented programming are obvious. Clean class abstraction, reusable code and easier overview of the individual methods and classes.

{% hint style="danger" %} This framework is not a gamemode. It is meant to help you build your own fantastic gamemode. {% endhint %}

Features

Our goal is to provide you with a simple system that is easy to understand and intuitive to use.