{"id":22243771,"url":"https://github.com/jroliveira/chess","last_synced_at":"2025-07-28T01:33:13.056Z","repository":{"id":32933637,"uuid":"36529566","full_name":"jroliveira/chess","owner":"jroliveira","description":"Chess (game)(♟) built in C# and ASCII art.","archived":false,"fork":false,"pushed_at":"2020-07-18T22:52:13.000Z","size":2848,"stargazers_count":24,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T11:22:41.570Z","etag":null,"topics":["ascii-art","cake-build","chess","console-application","csharp","dotnet-core","dotnet-standard","game","orleans","paket","reactive-programming"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jroliveira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-05-29T21:17:56.000Z","updated_at":"2024-05-30T11:43:50.000Z","dependencies_parsed_at":"2022-07-31T10:37:59.880Z","dependency_job_id":null,"html_url":"https://github.com/jroliveira/chess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jroliveira/chess","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fchess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fchess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fchess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fchess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jroliveira","download_url":"https://codeload.github.com/jroliveira/chess/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jroliveira%2Fchess/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451079,"owners_count":24089293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ascii-art","cake-build","chess","console-application","csharp","dotnet-core","dotnet-standard","game","orleans","paket","reactive-programming"],"created_at":"2024-12-03T04:29:04.067Z","updated_at":"2025-07-28T01:33:12.293Z","avatar_url":"https://github.com/jroliveira.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿![Chess - Logo](./docs/images/logo.v2.png)\n\n# Chess \n\n[![Build status](https://ci.appveyor.com/api/projects/status/h516hk65yj3fmypr/branch/master?svg=true)](https://ci.appveyor.com/project/junioro/chess/branch/master)\n[![Build Status](https://travis-ci.org/jroliveira/chess.svg?branch=master)](https://travis-ci.org/jroliveira/chess)\n[![Coverage Status](https://coveralls.io/repos/jroliveira/chess/badge.svg?branch=master\u0026service=github)](https://coveralls.io/github/jroliveira/chess?branch=master)\n[![CodeFactor](https://www.codefactor.io/repository/github/jroliveira/chess/badge)](https://www.codefactor.io/repository/github/jroliveira/chess)\n[![License: MIT](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n\nChess game built in C# and ASCII art.\n\n## Developing\n\n### Built With\n\n - [.NET Core](https://docs.microsoft.com/en-us/dotnet/core/)\n - [C#](https://docs.microsoft.com/en-us/dotnet/csharp/)\n - [Orleans](https://github.com/dotnet/orleans)\n - [Paket](https://fsprojects.github.io/Paket/index.html)\n\n### Pre requisites\n\nDownload and install:\n\n - [.NET Core SDK](https://www.microsoft.com/net/download)\n - [Node.js](https://nodejs.org/en/download/)\n\n#### Installing the DejaVu Sans Mono font in Windows 10\n\nThis font allows you to display the chess pieces in the Windows console, to install we will follow the steps below:\n\n - Download the **dejavu-fonts-ttf-2.37.zip** from the site [dejavu-fonts.org](https://dejavu-fonts.github.io/Download.html).\n - Extract the downloaded .zip file and install the **DejaVuSansMono.ttf** font that is in the **ttf** folder.\n - Open **regedit** go to `HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Console\\TrueTypeFont`.\n - Add a new **String Value** `000` with the value `DejaVu Sans Mono`.\n\n### Setting up Dev\n\n```bash\n# Clone this repository\n$ git clone https://github.com/jroliveira/chess.git\n\n# Go into the repository\n$ cd chess\n\n# Download node packages and install Cake\n$ npm install\n```\n\n### Building\n\n```bash\n$ dotnet cake\n```\n\n### Running\n\n```bash\n$ dotnet cake --target=Start\n```\n\n## Licensing\n\nThe code is available under the [MIT license](LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroliveira%2Fchess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjroliveira%2Fchess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjroliveira%2Fchess/lists"}