encompass-cs-docs/content/_index.md

14 lines
642 B
Markdown
Raw Permalink Normal View History

2019-05-22 00:29:34 +00:00
---
title: "Encompass"
---
# Encompass
2020-07-20 20:41:44 +00:00
[Encompass](https://gitea.moonside.games/MoonsideGames/encompass-cs) is a powerful engine-agnostic framework to help you code games, or other kinds of simulations.
2019-05-22 00:29:34 +00:00
2019-12-01 21:43:31 +00:00
Object-oriented code scales and iterates poorly and rapidly becomes unmaintainable.
2019-05-22 00:29:34 +00:00
2019-12-01 21:43:31 +00:00
Encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time worrying about inheritance chains and fixing bugs.
2019-05-22 01:01:24 +00:00
If you are here to learn how to use Encompass and don't care about the justifications for it, or you've never made a game before, I recommend skipping ahead to [Chapter 2](getting_started).