change landing page

pull/1/head
Evan Hemsley 2019-05-22 14:48:10 -07:00
parent 099f0a3a9a
commit 4dd8b9f11d
1 changed files with 3 additions and 3 deletions

View File

@ -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.