{"id":23328040,"url":"https://github.com/doridoro/chess_tournament","last_synced_at":"2025-04-07T08:34:45.869Z","repository":{"id":135581435,"uuid":"604700390","full_name":"DoriDoro/Chess_Tournament","owner":"DoriDoro","description":"Project 4 of Openclassrooms Path - Chess Tournament -- create a console programm for a Chess Tournament","archived":false,"fork":false,"pushed_at":"2023-07-24T21:37:36.000Z","size":1418,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T12:18:49.527Z","etag":null,"topics":["cli-app","console-game","flake8","json-database","menu-navigation","mvc-architecture","python-classes","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/DoriDoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2023-02-21T15:59:05.000Z","updated_at":"2024-10-10T19:46:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5c1dcb2-1f12-4498-944d-623d0db36619","html_url":"https://github.com/DoriDoro/Chess_Tournament","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/DoriDoro%2FChess_Tournament","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoriDoro%2FChess_Tournament/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoriDoro%2FChess_Tournament/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DoriDoro%2FChess_Tournament/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DoriDoro","download_url":"https://codeload.github.com/DoriDoro/Chess_Tournament/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622027,"owners_count":20968558,"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":["cli-app","console-game","flake8","json-database","menu-navigation","mvc-architecture","python-classes","python3"],"created_at":"2024-12-20T20:54:29.014Z","updated_at":"2025-04-07T08:34:45.842Z","avatar_url":"https://github.com/DoriDoro.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chess Tournament\n\n## Description:\nProject 4 of OpenClassrooms Path: Developer Python - Chess Tournament -- create a console based Chess Tournament \nprogram \n\nThe application must be a stand-alone, offline program. The program must be written in Python and run from the console.\nIn other words, the execution of the program should look like this: **python3 main.py** . The program should run \non Windows, Mac or Linux and have a requirements.txt file listing the dependencies needed to run the program.\nWe would like to contain a database of players in JSON files. \nThe program should have a section dedicated to adding players and a tournament.\n\n\n## Installation:\nopen terminal\n1. `git clone https://github.com/DoriDoro/Chess_Tournament.git`\n2. `cd Chess_Tournament`\n3. `python -m venv venv`\n4. `. venv/bin/activate` (on MacOS/Linux) `venv\\Scripts\\activate` (on Windows)\n5. `pip install -r requirements.txt`\n6. `python3 main.py`\n\n\n## flak8-report:\nopen terminal\n1. `cd Chess_Tournament`\n2. `python -m venv venv`\n3. `. venv/bin/activate` (on MacOS/Linux) `venv\\Scripts\\activate` (on Windows)\n4. `flake8 --format=html --htmldir=flake8-report`\n\n## Visualisation of the project:\n1. start the program with `python3 main.py`\n2. The Main Menu: \u003cbr\u003e\n![Main Menu](/images_Readme/MainMenu.png)\n3. Create a new Player:\n   1. Choose the Tournament for the new Player: \u003cbr\u003e\n   ![Choose a Tournament for the new Player](/images_Readme/ChooseTournament.png)\n   2. Create a new Player: \u003cbr\u003e\n   ![Create a Player](/images_Readme/CreateAPlayer.png)\n   3. Tournament already all Players: \u003cbr\u003e\n   ![Tournament full](/images_Readme/Tournament_AlreadyAllPlayers.png)\n4. Create a new Tournament: \u003cbr\u003e\n![Create a Tournament](/images_Readme/CreateTournament.png)\n5. Start a Tournament:\n   1. Choose the Tournament you want to start: \u003cbr\u003e\n   ![Choose a Tournament](/images_Readme/ChooseTournament.png)\n   2. The chosen Tournament starts the first round\n   3. Set the scores for the first round: \u003cbr\u003e\n   ![Scores first round](/images_Readme/EnterScoreFirstMatch.png)\n   4. Results of the first round: \u003cbr\u003e\n   ![Results first round](/images_Readme/ResultsFirstMatch.png)\n   5. Question to continue with next round or quit Tournament:\n      (I have chosen to quit the Tournament for demonstrate purpose)\n   ![Quit Tournament](/images_Readme/QuitTournament.png)\n6. Resume Tournament: \u003cbr\u003e\n![Resume Tournament](/images_Readme/ResumeTournament.png) \u003cbr\u003e\n![Second round](/images_Readme/SecondRound.png)\n7. Results of Tournaments: \u003cbr\u003e\n![Results all Players](/images_Readme/ResultDisplayAllPlayers.png) \u003cbr\u003e\n![Results names of Tournament](/images_Readme/ResultNamesOfTournament.png) \u003cbr\u003e\n![Results names and dates](/images_Readme/ResutlsNameDatesTournament.png) \u003cbr\u003e\n![Results players of Tournament](/images_Readme/ResultPlayerOfTournament.png) \u003cbr\u003e\n![Result of matches](/images_Readme/ResultsMachtesTournament.png) \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoridoro%2Fchess_tournament","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoridoro%2Fchess_tournament","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoridoro%2Fchess_tournament/lists"}