{"id":15976996,"url":"https://github.com/fornever/1969","last_synced_at":"2025-05-07T06:25:13.481Z","repository":{"id":140630888,"uuid":"92187085","full_name":"ForNeVeR/1969","owner":"ForNeVeR","description":"The Moon landing never happened, but we went to the Mars instead.","archived":false,"fork":false,"pushed_at":"2018-09-05T17:39:25.000Z","size":68,"stargazers_count":4,"open_issues_count":7,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-31T07:11:23.952Z","etag":null,"topics":["fsharp","game","monogame","space-game"],"latest_commit_sha":null,"homepage":null,"language":"F#","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-23T15:09:57.000Z","updated_at":"2019-12-02T03:04:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"84478fd7-3e43-405e-9cfa-e974154611a3","html_url":"https://github.com/ForNeVeR/1969","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%2F1969","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2F1969/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2F1969/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ForNeVeR%2F1969/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ForNeVeR","download_url":"https://codeload.github.com/ForNeVeR/1969/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252825776,"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":["fsharp","game","monogame","space-game"],"created_at":"2024-10-07T22:41:50.805Z","updated_at":"2025-05-07T06:25:13.474Z","avatar_url":"https://github.com/ForNeVeR.png","language":"F#","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿1969 [![Status Zero][status-zero]][andivionian-status-classifier] [![Appveyor build status][appveyor-status]][appveyor] [![Travis build status][travis-status]][travis]\n====\n\n\u003e The Moon landing never happened, but we went to the Mars instead.\n\nIn 1969, you control the robotic mining mission on Mars.\n\n![Game screenshot][screenshot]\n\nDocumentation\n-------------\n\nThere's a [game design document][docs-game-design] available.\n\nBuild\n-----\n\n### Windows\n\nEither use [Visual Studio][visual-studio] to open and build\n`MoonBaseBuilder.sln` file, or invoke the following commands in developer\nconsole:\n\n```console\n$ nuget restore\n$ msbuild\n$ fsi scripts/deps-downloader.fsx win\n```\n\n### Linux\n\nYou'll need [Mono][mono] and [NuGet][nuget] installed.\n\n```console\n$ nuget restore\n$ msbuild\n$ fsi scripts/deps-downloader.fsx linux\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$ msbuild\n```\n\nRequires NixOS 16.09+.\n\n#### macOS\n\nYou'll need [Mono][mono] and [NuGet][nuget] installed.\n\nCurrently, we recommend to build the project using [JetBrains\nRider][jetbrains-rider]. Open and build `MoonBaseBuilder.sln` file, then invoke\nthe following command in the terminal:\n\n```console\n$ fsi scripts/deps-downloader.fsx macOS\n```\n\nRun\n---\n\nTo run the game on Windows, execute the following commands:\n\n```console\n\u003e cd MarsBaseBuilder\\bin\\Debug\n\u003e .\\MarsBaseBuilder.exe\n```\n\nOn Linux or macOS:\n\n```console\n$ cd MarsBaseBuilder/bin/Debug\n$ mono ./MarsBaseBuilder.exe\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[docs-game-design]: docs/game-design.md\n[license]: License.md\n\n[screenshot]: docs/screenshot.png\n\n[andivionian-status-classifier]: https://github.com/ForNeVeR/andivionian-status-classifier#status-zero-\n[appveyor]: https://ci.appveyor.com/project/ForNeVeR/1969/branch/master\n[cc-by-license]: https://creativecommons.org/licenses/by/4.0/\n[jetbrains-rider]: https://www.jetbrains.com/rider/\n[mono]: http://www.mono-project.com/\n[nuget]: https://www.nuget.org/\n[travis]: https://travis-ci.org/ForNeVeR/1969\n[visual-studio]: https://www.visualstudio.com/\n[xunit]: https://xunit.github.io/\n\n[appveyor-status]: https://ci.appveyor.com/api/projects/status/n0bi5bm1uwd8irwh/branch/master?svg=true\n[status-zero]: https://img.shields.io/badge/status-zero-lightgrey.svg\n[travis-status]: https://travis-ci.org/ForNeVeR/1969.svg?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2F1969","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffornever%2F1969","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffornever%2F1969/lists"}