reldus

A chess engine written in Swift

https://github.com/intron014/reldus

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
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (3.3%) to scientific vocabulary
Last synced: 7 months ago · JSON representation ·

Repository

A chess engine written in Swift

Basic Info
  • Host: GitHub
  • Owner: Intron014
  • License: mit
  • Language: Swift
  • Default Branch: ReImp
  • Homepage:
  • Size: 88.9 KB
Statistics
  • Stars: 10
  • Watchers: 2
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md


Reldus

Reldus is a UCI chess engine framework written in Swift. It is built from the ground up to be able to handle most things that you throw it.

ToDO

  • [ ] Remove bias
  • [ ] Implement correctly the framework for it's use without Reldus(non-core)
  • [ ] Make it do better moves?

Owner

  • Name: Intron014
  • Login: Intron014
  • Kind: user
  • Location: Spain

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: Reldus
message: >-
  If you use this software, please cite it using the
  metadata from this file.
type: software
authors:
  - given-names: Jorge
    family-names: Benjumea Burillo
repository-code: 'https://gitea.intron014.com/Intron014/Reldus'
repository: 'https://github.com/Intron014/Reldus'
abstract: Chess engine written in Swift
keywords:
  - Swift
  - Chess Engine
license: MIT

GitHub Events

Total
  • Watch event: 3
  • Push event: 4
Last Year
  • Watch event: 3
  • Push event: 4

Packages

  • Total packages: 1
  • Total downloads: unknown
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 0
swiftpackageindex.com: github.com/Intron014/Reldus

A chess engine written in Swift

  • Versions: 0
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 19.4%
Average: 23.7%
Dependent repos count: 27.9%
Last synced: 7 months ago

Dependencies

Package.swift swiftpm
.github/workflows/build.yml actions
  • actions/checkout v4 composite
  • swift-actions/setup-swift v2 composite