From 4dd8b9f11d525676072aefd17c03991ddf9828f1 Mon Sep 17 00:00:00 2001 From: Evan Hemsley <2342303+ehemsley@users.noreply.github.com> Date: Wed, 22 May 2019 14:48:10 -0700 Subject: [PATCH] change landing page --- content/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/_index.md b/content/_index.md index d742caf..7abae0b 100644 --- a/content/_index.md +++ b/content/_index.md @@ -4,13 +4,13 @@ title: "Encompass" # Encompass -**encompass** is a powerful engine-agnostic framework to help you code games, or other kinds of simulations. +Encompass is a powerful engine-agnostic framework to help you code games, or other kinds of simulations. Object-oriented code is messy and rapidly becomes unmaintainable. -encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time fixing bugs. +Encompass lets you write clean, de-coupled code so you can spend more time on your game design and less time fixing bugs. -encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and +Encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and [Lua](https://github.com/TypeScriptToLua/TypeScriptToLua). A C# implementation is forthcoming.