beacoding / UBCSimulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UBC Simulator

alt tag

##Overview UBC Simulator is a Choose Your Own Adventure Game whose goal is to get through a year at my university (UBC) with at least a 3.0 GPA and friends at the end of it.

##Motivation Side project to avoid studying for my CPSC 304 midterm.

##Visit https://slacknotes.com/ubcsimulator

##Articles http://www.ubyssey.ca/blog/ubc-simulator-game-teaches-us-that-university-is-impossible-to-survive/

##Installation

  1. git clone https://github.com/biancasubion/goWiseChoices.git
  2. npm install
  3. go run main.go

##How It Works UBC Simulator is a pretty simple game that uses a set of decision trees that it will randomly select a prompt. Once a choice is made, it begins to walk down that path and prunes the path not taken.

##Built With

About


Languages

Language:JavaScript 83.9%Language:CSS 9.2%Language:HTML 3.5%Language:Go 3.4%