Skip to content

ForNeVeR/1969

Repository files navigation

1969 Status Zero Appveyor build status Travis build status

The Moon landing never happened, but we went to the Mars instead.

In 1969, you control the robotic mining mission on Mars.

Game screenshot

Documentation

There's a game design document available.

Build

Windows

Either use Visual Studio to open and build MoonBaseBuilder.sln file, or invoke the following commands in developer console:

$ nuget restore
$ msbuild
$ fsi scripts/deps-downloader.fsx win

Linux

You'll need Mono and NuGet installed.

$ nuget restore
$ msbuild
$ fsi scripts/deps-downloader.fsx linux

NixOS

There's a ready nix-shell environment in default.nix. Just invoke the following:

$ nix-shell
$ nuget restore
$ msbuild

Requires NixOS 16.09+.

macOS

You'll need Mono and NuGet installed.

Currently, we recommend to build the project using JetBrains Rider. Open and build MoonBaseBuilder.sln file, then invoke the following command in the terminal:

$ fsi scripts/deps-downloader.fsx macOS

Run

To run the game on Windows, execute the following commands:

> cd MarsBaseBuilder\bin\Debug
> .\MarsBaseBuilder.exe

On Linux or macOS:

$ cd MarsBaseBuilder/bin/Debug
$ mono ./MarsBaseBuilder.exe

License

All the source code of this project is distributed under the MIT license. Check License.md for more information.

All the accompanying image files are licensed under a Creative Commons Attribution 4.0 International License.

About

The Moon landing never happened, but we went to the Mars instead.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published