{"id":24782569,"url":"https://github.com/levkk/rust-chess","last_synced_at":"2025-10-12T05:31:34.319Z","repository":{"id":33666239,"uuid":"114820726","full_name":"levkk/rust-chess","owner":"levkk","description":"Chess implementation in Rust","archived":false,"fork":false,"pushed_at":"2023-06-21T22:08:47.000Z","size":7144,"stargazers_count":3,"open_issues_count":10,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T10:14:26.497Z","etag":null,"topics":["chess-game","opengl","rust-lang"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/levkk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T23:18:30.000Z","updated_at":"2022-12-18T21:18:38.000Z","dependencies_parsed_at":"2022-08-24T13:30:35.619Z","dependency_job_id":null,"html_url":"https://github.com/levkk/rust-chess","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkk%2Frust-chess","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkk%2Frust-chess/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkk%2Frust-chess/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/levkk%2Frust-chess/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/levkk","download_url":"https://codeload.github.com/levkk/rust-chess/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236169068,"owners_count":19106105,"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","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":["chess-game","opengl","rust-lang"],"created_at":"2025-01-29T11:18:05.370Z","updated_at":"2025-10-12T05:31:27.471Z","avatar_url":"https://github.com/levkk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.com/levkk/rust-chess.svg?branch=master)](https://travis-ci.com/levkk/rust-chess)\n\n# Rust Chess\n\nImplementation of chess in Rust.\n\n## Requirements\n\n### Linux \u0026 macOS\nThis program is using native OpenGL and GLFW. So, you'll need pretty much everything that comes up from\n\n```\n$ pkg-config --libs --static gl glfw3\n```\n\n#### Ubuntu 18.04+\nInstall these:\n\n```\napt-get install -y libglfw3-dev cmake libssl-dev libxinerama-dev libxcursor-dev libxi-dev libxxf86vm-dev\n```\n\n### Windows\nSame, you'll need your graphics card OpenGL driver and GLFW installed. Never tried to compile a Rust program with OpenGL\nbindings on Windows, so let me know if it works. :)\n\n\n## Build \u0026 Run\n```\n$ cargo run\n```\n\n## Features\n- Validation of moves using basic chess rules.\n- Gameplay using chess notation (e.g. e2e4 moves any piece from e2 to e4)\n- Saving/loading to/from JSON.\n- Multiplayer using direct connection TCP.\n- Super basic and kind of unplayable GUI in OpenGL.\n\n## Missing Features\n- Validation of piece ownership: a player can move the pieces of the other player.\n- Collision checking for validation of moves.\n- HTTP client/server for NATed players.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevkk%2Frust-chess","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flevkk%2Frust-chess","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flevkk%2Frust-chess/lists"}