From b20d2767c07daa65aa07c44a09270e0f93d528cd Mon Sep 17 00:00:00 2001 From: mollusk Date: Mon, 15 Jan 2018 23:31:53 -0700 Subject: [PATCH] update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 2089822..2d4843d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,12 @@ Create a fun top-down perspective 2D RPG game designed to follow rulesets of War * No classes (just skills) * Companions (needs AI) +# Development Environment +OS: [Ubuntu 16.04 (Xubuntu)](https://xubuntu.org/download/) +Editor: [Visual Studio Code](https://code.visualstudio.com/download) +GO Version: 1.9.2 ( [PPA required](https://github.com/golang/go/wiki/Ubuntu) ) *scroll to the bottom of page +Dependencies: see ```DEPENDS.md``` in this project # Programming Language With the desire to learn the GO programming language or (GOLang). It is the language of choice for this project. The plan is to use the [Pixel Game Library](https://github.com/faiface/pixel) which supports the features we need.