gameset
A set of command line programs for implementing simple games.
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
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
Metadata Files
README.md
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
- Website: https://rsdoiel.github.io
- Repositories: 149
- Profile: https://github.com/rsdoiel
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
Top Committers
| Name | 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
- Homepage: https://github.com/rsdoiel/gameset
- Documentation: https://pkg.go.dev/github.com/rsdoiel/gameset#section-documentation
- License: GPL-3.0
-
Latest release: v0.0.0
published almost 3 years ago