chapter 2 index
parent
f74a55b218
commit
11bb4596c8
|
@ -12,3 +12,5 @@ encompass lets you write clean, de-coupled code so you can spend more time on yo
|
||||||
|
|
||||||
encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua.
|
encompass is currently available with a TypeScript implementation that fully supports transpilation to Javascript and Lua.
|
||||||
A C# implementation is forthcoming.
|
A C# implementation is forthcoming.
|
||||||
|
|
||||||
|
If you are here to learn how to use Encompass and don't care about the justifications for it, I recommend skipping ahead to Chapter 2.
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
+++
|
||||||
|
title = "Getting Started"
|
||||||
|
date = 2019-05-21T18:00:31-07:00
|
||||||
|
weight = 10
|
||||||
|
chapter = true
|
||||||
|
pre = "<b>2. </b>"
|
||||||
|
+++
|
||||||
|
|
||||||
|
### Chapter 2
|
||||||
|
|
||||||
|
# Getting Started
|
||||||
|
|
||||||
|
Let's get you set up to make a game.
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a95dd404657c2b27e2f3a595903f409e1df6f4e3
|
Loading…
Reference in New Issue