gameset

A set of command line programs for implementing simple games.

https://github.com/rsdoiel/gameset

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

A set of command line programs for implementing simple games.

Basic Info
  • Host: GitHub
  • Owner: rsdoiel
  • License: gpl-3.0
  • Language: Go
  • Default Branch: main
  • Size: 318 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation Codemeta

README.md

Project Status: Concept – Minimal or no implementation has been done yet, or the repository is only intended to be a limited example, demo, or proof-of-concept.

Gameset

A set of go packages and command line programs for modeling simple games.

The current gameset models dice and cards.

dice

The dice packages models multisided dice. It is demonstrated by the program roll. The roll program accepts parameters describing the dice to be modeled in Dice notation.

deck

The deck package models playing_cards. It is demonstrated by the program cards. The cards program supports multiple types of playing cards and the back actions you might perform with a "deck" such as shuffle and deal. The cards program stores the state of the deck (including player's hands) in a file using JSON encoding. The cards program does not support rules or game flow. But instead it can be scripted such that you can simulate a card game like solitare or go fish.

Owner

  • Name: R. S. Doiel
  • Login: rsdoiel
  • Kind: user
  • Location: California
  • Company: California Institute of Technology

I am a human. Once upon a time I wrote music and prose. I write software.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "gameset"
abstract: "A collection of go packages for creating simple games."
authors:
  - family-names: Doiel
    given-names: R. S.
    orcid: "https://orcid.org/0000-0003-0900-6903"


repository-code: "https://github.com/rsdoiel/gameset"
version: 0.0.0
license-url: "https://spdx.org/licenses/GPL-3.0-or-later"
keywords: [ "games", "amusements" ]
date-released: 2023-05-20

CodeMeta (codemeta.json)

{
  "@context": "https://doi.org/10.5063/schema/codemeta-2.0",
  "@type": "SoftwareSourceCode",
  "license": "https://spdx.org/licenses/GPL-3.0-or-later",
  "codeRepository": "https://github.com/rsdoiel/gameset",
  "dateCreated": "2022-10-01",
  "datePublished": "2023-05-20",
  "issueTracker": "https://github.com/rsdoiel/gameset/issues",
  "name": "gameset",
  "version": "0.0.0",
  "description": "A collection of go packages for creating simple games.",
  "applicationCategory": "games",
  "developmentStatus": "concept",
  "keywords": [
    "games",
    "amusements"
  ],
  "programmingLanguage": [
    "Go"
  ],
  "operatingSystem": [
    "Linux",
    "Windows",
    "macOS"
  ],
  "softwareRequirements": [
    "Golang >= 1.20",
    "Pandoc 2.19.2 or better"
  ],
  "author": [
    {
      "@type": "Person",
      "@id": "https://orcid.org/0000-0003-0900-6903",
      "givenName": "R. S.",
      "familyName": "Doiel",
      "email": "rsdoiel@gmail.com"
    }
  ]
}

GitHub Events

Total
  • Push event: 1
Last Year
  • Push event: 1

Committers

Last synced: 9 months ago

All Time
  • Total Commits: 35
  • Total Committers: 2
  • Avg Commits per committer: 17.5
  • Development Distribution Score (DDS): 0.029
Past Year
  • Commits: 1
  • Committers: 1
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.0
Top Committers
Name Email Commits
R. S. Doiel r****l@g****m 34
R. S. Doiel r****l@g****l 1

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
proxy.golang.org: github.com/rsdoiel/gameset
  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 8.3%
Average: 8.9%
Dependent repos count: 9.4%
Last synced: 7 months ago