Skip to content
@gobstones

Gobstones

Gobstones

About

This organization is devoted to the Gobstones project, and it is aimed to programmers. If you want to contribute, there are a lot of ways to do it, not only programming. If you want to know more about Gobstones, how to contribute to it, or the related material, refer to the home page. Also, at the end of these document we add a brief explanation of what constitutes Gobstones for the casual reader and completion.

The Github Organization was created to home the repositories implementing to the programming environment of the project, GobstonesWeb. There are repositories with different purposes: some deal with organization issues, and others are related to different versions of the environment. All repositories in the Organization start with a tag, so they can be easily sorted out using that tag. More about repositories in the sections GobstonesWeb2 repositories and Other repositories.

How to get help

If you want to join the organization or get help on something related to it, please join the Gobstones Community at Discord, and follow the rules of the server to receive a proper role.

Programming environments

The environment currently deployed (in its 3 modes: GobstonesJr, GobstonesSr and GobstonesTeacher) was started on 2015 and developed mostly by a single developer (with some contributions from other programmers), without too much planning in advance regarding architecture, modifiability, or long term growing. The technologies for development weren't chosen with a plan in mind, and soon became obsolete (for example, it uses Polymer for component integration, a preliminary version of Blockly that was not published as a release, and other currently deprecated). For that reason, making any change or improvement is a complex and very error prone task.

The development team decided to start a new version of the environment, GobstonesWeb2, providing first a similar functionality to the current one, but with a more solid architecture, modern technologies, and a workflow guaranteeing modifiability and future growth. While the repositories for the current environment are still present, they will not be further maintained. Eventually they will be properly separated.

GobstonesWeb2 repositories

Understanding GobstonesWeb2 requires to know a non-trivial amount of information. There are a lot of components to understand, a lot of technologies used that you should be aware of, and, if you want to contribute, also a series of guidelines to understand the workflow and the rules your source code must comply.

To know more about the guidelines to contribute, consult Gobstones-Guidelines.

Architecture of GobstonesWeb2

The architecture of GobstonesWeb2 combines several modules providing different functionalities. For each module, there will be a repository in the organization tagged as [GobstonesWeb2].

We describe the list of repositories of GobstonesWeb2 and their relationship here.

Other repositories

There are 3 repositories related with the organization, tagged as [Organization]:

Other repositories that do not belong to [Organization] or to [GobstonesWeb2] correspond to components related with older versions of the environment (current environment and PyGobstones) or aborted experiments.

List of repositories of the current environment, GobstonesWeb, tagged as [GobstonesWeb]

About Gobstones

Gobstones is a project started at National University of Quilmes in 2008 by Pablo E. --Fidel-- Martínez López and Eduardo Bonelli. The motivation for the project was the seek for am innovative didactics proposal in order to teach programming with very precise goals, to people with no prior experience on programming.

In order to meet that goal, they designed a programming language that capture the main ideas of the proposed didactics, and started to use it in their lectures. Soon it was obvious that a programming environment integrating both the language and the didactics was needed. So, Gobstones involves three elements:

  • a didactics proposal,
  • a programming language, designed to capture the idea of that didactics, and
  • a programming environment, integrating both the didactics and the language.

Those 3 elements grew up along time, usually with rich interrelationships between them The name Gobstones was initially used for the programming language, but as the language was conceived with a particular didactics in mind, the same name was used also for that didactics proposal. The programming environment always was named with a different name (usually containing also the name Gobstones in it), depending on the different implementations and the technologies used for that. The current version used web technologies, and for that reason it is called GobstonesWeb. However, most people use the name Gobstones also to refer to the environment.

Pinned Loading

  1. gobstones-guidelines gobstones-guidelines Public

    [GobstonesWeb2] Fundamental documentation to contribute to GobstonesWeb2

    JavaScript 1

Repositories

Showing 10 of 47 repositories
  • gobstones-core Public

    [GobstonesWeb2] A set of utility tools used through all GobstonesWeb2 repositories.

    gobstones/gobstones-core’s past year of commit activity
    TypeScript 0 1 0 0 Updated Sep 6, 2024
  • gobstones-scripts Public

    [GobstonesWeb2] Common configuration for all GobstonesWeb2 repositories

    gobstones/gobstones-scripts’s past year of commit activity
    TypeScript 0 0 0 0 Updated Sep 5, 2024
  • typedoc-theme-gobstones Public

    The typedoc's theme used by all Gobstones project API documentation

    gobstones/typedoc-theme-gobstones’s past year of commit activity
    TypeScript 0 0 0 0 Updated Sep 5, 2024
  • gobstones-guidelines Public

    [GobstonesWeb2] Fundamental documentation to contribute to GobstonesWeb2

    gobstones/gobstones-guidelines’s past year of commit activity
    JavaScript 0 1 2 0 Updated May 30, 2024
  • .github Public

    [Organization] The home for the Gobstones organization

    gobstones/.github’s past year of commit activity
    0 AGPL-3.0 0 3 0 Updated Jun 27, 2023
  • gobstones-web Public

    [GobstonesWeb] The Gobstones Web IDE

    gobstones/gobstones-web’s past year of commit activity
    HTML 14 GPL-3.0 12 61 2 Updated Mar 17, 2023
  • gobstones-web-staging Public

    [GobstonesWeb] Alpha testing for new releases of GobstonesWeb

    gobstones/gobstones-web-staging’s past year of commit activity
    0 0 0 0 Updated Mar 17, 2023
  • gobstones-gbb-parser Public

    [GobstonesWeb2] A parser/printer for GBB (Gobstones Board) file format

    gobstones/gobstones-gbb-parser’s past year of commit activity
    TypeScript 0 MIT 0 0 8 Updated Mar 4, 2023
  • gobstones-backoffice Public

    [Experiment] Gobstones backoffice client

    gobstones/gobstones-backoffice’s past year of commit activity
    JavaScript 0 0 0 23 Updated Jan 5, 2023
  • gobstones-interpreter Public

    [GobstonesWeb] The compiler for Gobstones language (wrongly named)

    gobstones/gobstones-interpreter’s past year of commit activity
    JavaScript 0 GPL-3.0 4 8 12 Updated Dec 4, 2022

Top languages

Loading…

Most used topics

Loading…