## Features
+```{r, result='asis'}
+source("functions.R")
+createCsvTable('./data/gamelogic-feattbl.csv')
+```
diff --git a/webBuild/gameplay.Rmd b/webBuild/gameplay.Rmd
index 9676964..2a65b5b 100644
--- a/webBuild/gameplay.Rmd
+++ b/webBuild/gameplay.Rmd
@@ -2,14 +2,12 @@
title: "Gameplay"
output: html_document
---
+```{r setup, include=FALSE}
+knitr::opts_chunk$set(echo = FALSE)
+```
## Explanation
-It is an extension of the Dragon Rolls brand.
-
-4 grids placement game with dice symbols.
-
-You play by choosing in which grid to place the next set of 3 dice. Each grid fills up from left to right. You score point by forming winline combinations of 3 identical symbols horizontally or diagonally in a single grid.
-
-All points in grids add up to a total that gets converted to a cash payout.
+```{r child = './data/gameplay-expl.md'}
+```
diff --git a/webBuild/images/aleacsys-online.png b/webBuild/images/aleacsys-online.png
new file mode 100644
index 0000000..49b4000
Binary files /dev/null and b/webBuild/images/aleacsys-online.png differ
diff --git a/webBuild/images/aleacsys.png b/webBuild/images/aleacsys.png
new file mode 100644
index 0000000..ba56b97
Binary files /dev/null and b/webBuild/images/aleacsys.png differ
diff --git a/webBuild/images/dragon-dice-html5.png b/webBuild/images/logo.png
similarity index 100%
rename from webBuild/images/dragon-dice-html5.png
rename to webBuild/images/logo.png
diff --git a/webBuild/index.Rmd b/webBuild/index.Rmd
index 96e51a0..a467931 100644
--- a/webBuild/index.Rmd
+++ b/webBuild/index.Rmd
@@ -2,30 +2,34 @@
output: html_document
---
```{r setup, include=FALSE}
-knitr::opts_chunk$set(echo = FALSE)
-library(knitr)
+knitr::opts_chunk$set(echo = FALSE)
```
+
-![](images/dragon-dice-html5.png)
+![](images/logo.png)
## Game Description
-This game is a 4 grid placement game in the Dragon Rolls theme.
+```{r child = './data/index-desc.md'}
+```
+
## Game Type
-Placement Game
+```{r child = './data/index-type.md'}
+```
+
## Target Audience
-- Reel players
-- Fans of dragon rolls branding
-- Dice players
+```{r child = './data/index-target.md'}
+```
+
## Features & Selling Points
-``` {r echo=FALSE, result='asis'}
+``` {r, result='asis'}
source("functions.R")
-createCsvTableTwo('./tables/features.csv')
+createCsvTable('./data/index-feat.csv')
```
\ No newline at end of file
diff --git a/webBuild/tables/pointstable.csv b/webBuild/tables/pointstable.csv
deleted file mode 100644
index f508843..0000000
--- a/webBuild/tables/pointstable.csv
+++ /dev/null
@@ -1,14 +0,0 @@
-"image","symbol","points","notes"
-,"1","20"," "
-" ","2","20"," "
-" ","3","20"," "
-" ","4","40"," "
-" ","5","40"," "
-" ","6","60"," "
-" ","7","60"," "
-" ","8","60"," "
-" ","9","120"," "
-" ","10 (bonus symbol)","0"," "
-" ","11 (blue symbol)","0","only appears in reel table"
-" ","12 (green symbol)","0","only appears in reel table"
-" ","13 (red symbol)","0","only appears in reel table"