{"id":15971196,"url":"https://github.com/fornever/tankdriver","last_synced_at":"2025-05-07T06:25:12.424Z","repository":{"id":2197237,"uuid":"3145518","full_name":"ForNeVeR/TankDriver","owner":"ForNeVeR","description":"Simple game about tanks.","archived":false,"fork":false,"pushed_at":"2017-11-26T13:01:51.000Z","size":122,"stargazers_count":3,"open_issues_count":8,"forks_count":2,"subscribers_count":4,"default_branch":"develop","last_synced_at":"2025-03-31T07:11:22.515Z","etag":null,"topics":["2d-game","tank-game"],"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/ForNeVeR.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":null,"funding":null,"license":"License.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-10T13:52:06.000Z","updated_at":"2019-12-02T14:08:20.000Z","dependencies_parsed_at":"2022-07-12T14:57:05.972Z","dependency_job_id":null,"html_url":"https://github.com/ForNeVeR/TankDriver","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/ForNeVeR%2FTankDriver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTankDriver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTankDriver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2FTankDriver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForNeVeR","download_url":"https://codeload.github.com/ForNeVeR/TankDriver/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252825774,"owners_count":21809991,"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":["2d-game","tank-game"],"created_at":"2024-10-07T20:20:23.491Z","updated_at":"2025-05-07T06:25:12.400Z","avatar_url":"https://github.com/ForNeVeR.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"TankDriver [![Status Umbra][status-umbra]][andivionian-status-classifier] [![Appveyor build status][appveyor-status]][appveyor] [![Travis build status][travis-status]][travis]\n==========\n\nThis is a simple game written with [MonoGame][monogame].\n\n\nBuild\n-----\n\nTo prepare some image resources, you'lln need [ImageMagick][imagemagick]\ninstalled and its' executable files available in `PATH` environment variable.\n\n### Windows\n\nEither use [Visual Studio][visual-studio] to open and build `TankDriver.sln`\nfile, or invoke the following commands in developer console:\n\n```console\n\u003e nuget restore\n\u003e msbuild\n```\n\n### Linux\n\nYou'll need [Mono][mono] and [NuGet][nuget] installed.\n\n```console\n$ nuget restore\n$ xbuild\n```\n\n#### NixOS\n\nThere's a ready nix-shell environment in `default.nix`. Just invoke the\nfollowing:\n\n```console\n$ nix-shell\n$ nuget restore\n$ xbuild\n```\n\nRequires NixOS 16.09+\n\nRun\n---\n\nTo run the game on Windows, execute the following commands:\n\n```console\n\u003e cd TankDriver.App\\bin\\Debug\n\u003e .\\TankDriver.App.exe\n```\n\nOn Linux:\n\n```console\n$ cd TankDriver.App/bin/Debug\n$ mono ./TankDriver.App.exe\n```\n\n### Program arguments\n\nUse the `--console` flag if you don't want the game to hide the console window\nafter start (Windows-specific).\n\nTest\n----\n\nThis project uses [xUnit.net][xunit] test library. This library provides\nmultiple runners and adapters for various IDE; you're recommended to use\nwhatever fits you better.\n\nThe default cross-platform option is to use `xunit.runner.console` NuGet package\nto execute tests from `TankDriver.Tests` assembly. It can be done with the\nfollowing commands on Windows:\n\n```console\n\u003e .\\packages\\xunit.runner.console.2.1.0\\tools\\xunit.console.exe .\\TankDriver.Tests\\bin\\Debug\\TankDriver.Tests.dll\n```\n\nOr the following commands on Linux:\n\n```console\n$ mono ./packages/xunit.runner.console.2.1.0/tools/xunit.console.exe ./TankDriver.Tests/bin/Debug/TankDriver.Tests.dll\n```\n\nLicense\n-------\n\nAll the source code of this project is distributed under the MIT license. Check\n[License.md][license] for more information.\n\nAll the accompanying image files are licensed under a [Creative Commons\nAttribution 4.0 International License][cc-by-license].\n\n[license]: License.md\n\n[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier#status-umbra-\n[appveyor]: https://ci.appveyor.com/project/ForNeVeR/tankdriver/branch/develop\n[cc-by-license]: https://creativecommons.org/licenses/by/4.0/\n[mono]: http://www.mono-project.com/\n[monogame]: http://www.monogame.net/\n[nuget]: https://www.nuget.org/\n[travis]: https://travis-ci.org/ForNeVeR/TankDriver\n[visual-studio]: https://www.visualstudio.com/\n[xunit]: https://xunit.github.io/\n\n[appveyor-status]: https://ci.appveyor.com/api/projects/status/486qc2gl6m18pbvn/branch/develop?svg=true\n[status-umbra]: https://img.shields.io/badge/status-umbra-red.svg\n[travis-status]: https://travis-ci.org/ForNeVeR/TankDriver.svg?branch=develop\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Ftankdriver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffornever%2Ftankdriver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2Ftankdriver/lists"}