{"id":28796248,"url":"https://github.com/bocaletto-luca/dama","last_synced_at":"2026-05-01T21:33:17.809Z","repository":{"id":295260079,"uuid":"989632242","full_name":"bocaletto-luca/Dama","owner":"bocaletto-luca","description":"Dama WebGame Single Player is a fully featured browser-based checkers game with official rules, real-time clocks, move history, undo/reset, and an intelligent bot offering three difficulty modes (Easy, Medium, Hard). Developed by Bocaletto Luca. No installations required—just play!","archived":false,"fork":false,"pushed_at":"2025-06-22T14:17:31.000Z","size":45,"stargazers_count":10,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-10-29T15:59:08.551Z","etag":null,"topics":["bocaletto-luca","bot","checker","css3","dama","draughts","game","gplv3","html5","javascript","php","single-player","webgame"],"latest_commit_sha":null,"homepage":"https://bocaletto-luca.github.io/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bocaletto-luca.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-24T13:57:39.000Z","updated_at":"2025-10-03T22:34:30.000Z","dependencies_parsed_at":"2025-05-24T14:54:59.425Z","dependency_job_id":"e11b34a7-41b0-4ec6-8e6a-cb7b8ba5c2d4","html_url":"https://github.com/bocaletto-luca/Dama","commit_stats":null,"previous_names":["bocaletto-luca/dama"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bocaletto-luca/Dama","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FDama","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FDama/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FDama/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FDama/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bocaletto-luca","download_url":"https://codeload.github.com/bocaletto-luca/Dama/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bocaletto-luca%2FDama/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32513675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["bocaletto-luca","bot","checker","css3","dama","draughts","game","gplv3","html5","javascript","php","single-player","webgame"],"created_at":"2025-06-18T03:11:43.120Z","updated_at":"2026-05-01T21:33:17.765Z","avatar_url":"https://github.com/bocaletto-luca.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dama | Checkers | WebGame | Single Player\n#### Author: Bocaletto Luca\n\n![HTML5](https://img.shields.io/badge/HTML5-E34F26?logo=html5\u0026style=for-the-badge)\n![CSS3](https://img.shields.io/badge/CSS3-1572B6?logo=css3\u0026style=for-the-badge)\n![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?logo=javascript\u0026style=for-the-badge)\n![PHP](https://img.shields.io/badge/PHP-777BB4?logo=php\u0026style=for-the-badge)\n![WebGame](https://img.shields.io/badge/WebGame-Game-blue?style=for-the-badge)\n![Project Completed](https://img.shields.io/badge/Project-Completed-green?style=for-the-badge)\n![GPLv3](https://img.shields.io/badge/License-GPLv3-blue?style=for-the-badge)\n\n[![Test Online](https://img.shields.io/badge/Test%20Online-Click%20Here-brightgreen?style=for-the-badge)](https://bocaletto-luca.github.io/Dama/)\n\n## Overview\n\n**Checkers WebGame Single Player** is a complete browser-based checkers game that faithfully implements official rules—including mandatory captures, jump chains, and king promotion (visually marked with a golden border and a \"D\"). The app features real-time clocks, move history, undo/reset functionality, and an intelligent bot with three difficulty levels (Easy, Medium, Hard).\n\n## Installation\n\nNo installations or registrations are required. Simply serve the files via an HTTP/HTTPS server (for example, using Apache) and open `index.php` in your browser.\n\n## Usage\n\n- **Select Color:** Choose whether you play as White or Black.\n- **Select Bot Difficulty:** Choose from Easy, Medium, or Hard. The bot’s search depth (and capture animation delay) adjusts accordingly.\n- **Set Game Time:** Select your desired time per side (5, 10, 15, or 20 minutes).\n- **Game Interaction:** Drag pieces to move. All official rules are enforced (including forced captures and promotion). The move history panel keeps track of every move.\n- **Undo/Reset:** Use the Undo Move button to cancel the last move or Reset Game to restart.\n\n## Technologies Used\n\n- **HTML5**\n- **CSS3**\n- **JavaScript**\n- **PHP**\n- **Custom Checkers Game Engine** (with minimax \u0026 alpha‑beta pruning for the bot)\n- **Bootstrap 5**\n\n## License\n\nThis project is released under the [GPLv3 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n\n## Author\n\n**Bocaletto Luca**  \n[GitHub](https://bocaletto-luca.github.io) • [Official Site](https://bocalettoluca.altervista.org)\n\n---\n\nEnjoy the game and feel free to report any issues or suggest improvements!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fdama","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbocaletto-luca%2Fdama","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbocaletto-luca%2Fdama/lists"}