{"id":28168771,"url":"https://github.com/aygp-dr/xscrabble-fr","last_synced_at":"2025-07-23T00:03:44.034Z","repository":{"id":281702901,"uuid":"946142046","full_name":"aygp-dr/xscrabble-fr","owner":"aygp-dr","description":"French adaptation of XScrabble with ODS8 dictionary and full French UI for X-Window systems","archived":false,"fork":false,"pushed_at":"2025-03-19T14:50:22.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-20T03:39:57.727Z","etag":null,"topics":["dictionary","french","game","linux","ods8","scrabble","unix","x11"],"latest_commit_sha":null,"homepage":null,"language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aygp-dr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-10T17:15:02.000Z","updated_at":"2025-03-19T14:50:25.000Z","dependencies_parsed_at":"2025-03-12T04:00:27.105Z","dependency_job_id":null,"html_url":"https://github.com/aygp-dr/xscrabble-fr","commit_stats":null,"previous_names":["aygp-dr/xscrabble-fr"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/aygp-dr/xscrabble-fr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fxscrabble-fr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fxscrabble-fr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fxscrabble-fr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fxscrabble-fr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aygp-dr","download_url":"https://codeload.github.com/aygp-dr/xscrabble-fr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aygp-dr%2Fxscrabble-fr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266592120,"owners_count":23953106,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["dictionary","french","game","linux","ods8","scrabble","unix","x11"],"created_at":"2025-05-15T15:14:11.110Z","updated_at":"2025-07-23T00:03:44.010Z","avatar_url":"https://github.com/aygp-dr.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# XScrabble-FR\n\nUne version française du jeu de Scrabble XScrabble pour les systèmes X-Window.\n\n## Description\n\nXScrabble-FR est une adaptation française du jeu XScrabble, permettant aux utilisateurs francophones de jouer au Scrabble sur leurs systèmes Unix/Linux avec l'interface X-Window. Cette version utilise le dictionnaire officiel ODS8 (Officiel du Scrabble) et propose une interface entièrement traduite en français.\n\n## Fonctionnalités\n\n- Jeu de Scrabble complet avec règles françaises\n- Dictionnaire ODS8 inclus pour la validation des mots\n- Interface utilisateur en français\n- Support pour 1 à 4 joueurs\n- Possibilité de jouer contre l'ordinateur avec différents niveaux de difficulté\n- Jeu en réseau possible\n\n## Installation\n\n### Prérequis\n\n- Système X Window\n- Bibliothèques X11 de développement\n- Utilitaires de compilation standard (make, gcc)\n\n### Compilation\n\n```bash\nmake\n```\n\n### Installation\n\n```bash\nmake install\n```\n\n## Utilisation\n\nPour lancer le jeu :\n\n```bash\nxscrabble\n```\n\n## Structure des fichiers\n\n- `app-defaults/XScrabble_fr` : Fichier de ressources X11 pour l'interface française\n- `lib/ODS8.gz` : Dictionnaire français compressé\n- `lib/scrabble_rules` : Règles du jeu en français\n- `lib/scrabble_scores` : Tableau des scores et distributions des lettres\n\n## Développement\n\nPour mettre à jour uniquement le dictionnaire :\n\n```bash\nmake fetch-dictionary\n```\n\nPour créer une archive de distribution :\n\n```bash\nmake release\n```\n\nL'archive `release/xscrabble_fr.tar.gz` contient uniquement les fichiers essentiels pour jouer à XScrabble en français, et s'extrait proprement dans un répertoire `xscrabble_fr` :\n\n```bash\ntar -xzvf xscrabble_fr.tar.gz\n```\n\nCette archive peut être directement utilisée avec l'application XScrabble sans nécessiter le clonage du dépôt entier.\n\n## Licence\n\nCe projet est distribué sous la même licence que XScrabble original.\n\n## Remerciements\n\n- Matt Chapman et Matthew Badham pour la création du jeu XScrabble original\n- Thecoolsim pour le dictionnaire ODS8\n\n## Contribution\n\nLes contributions sont les bienvenues. N'hésitez pas à ouvrir une issue ou une pull request pour proposer des améliorations.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fxscrabble-fr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faygp-dr%2Fxscrabble-fr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faygp-dr%2Fxscrabble-fr/lists"}