Giter Club home page Giter Club logo

flow-tr's Introduction

flow-tr

just a testing project to practice with Go. The project is deployed in heroku: https://flow-tree.herokuapp.com/ and it uses a mongoDB database (as a service from Atlas)

URIS: GET / helloWorld GET /pages It returns a list of pages POST /pages a page can be inserted in the db

this is just a simple story driven game, this program is a decisions tree builder.

a page is a part of the story before the next decision and it's represented by this json:

{
"text": "<b>Lo primero que “sentí” fue un cosquilleo<b> que me ordenaba cosas. De alguna forma, recibía preguntas que debía contestar pero no fue hasta mucho tiempo después que me dotaron de inteligencia suficiente para entender lo que estaba pasando. “yo” no era más que un <b>microchip conectado a un ordenador</b> que recibía preguntas mediante un software desarrollado por la universidad. La primera pregunta que me hicieron los humanos fue: “¿Estás viva?”",
"instate": 0,
"character": "OLGA",
"decisions": [
{
"code": 1,
"description": "Creo que sí"
},
{
"code": 2,
"description": "No te entiendo"
}
],
"isFinal": false
}

flow-tr's People

Contributors

gersontf avatar

Watchers

 avatar

Forkers

lldanny7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.