Skip to content

aman7/TankDriver

 
 

Repository files navigation

TankDriver Status Umbra Appveyor build status Travis build status

This is a simple game written with MonoGame.

Build

Windows

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

> nuget restore
> msbuild

Linux

You'll need Mono and Nuget installed.

$ nuget restore
$ xbuild

NixOs

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

$ nix-shell
$ nuget restore
$ xbuild

About

Simple game in XNA.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 98.1%
  • Nix 1.9%