An open API service indexing awesome lists of open source software.

https://github.com/mackron/openta

An attempt to recreate the original Total Annihilation from scratch.
https://github.com/mackron/openta

Last synced: 3 days ago
JSON representation

An attempt to recreate the original Total Annihilation from scratch.

Awesome Lists containing this project

README

          

OpenTA is an attempt to recreate the original Total Annihilation from
scratch. It's still early days and there's no gameplay, so don't get
too excited just yet.

Building
========
Building OpenTA is easy:
- clone this repository and it's submodules
- compile source/openta/ta_main.c using your favourite compiler

You may need to link to a few ubiquitous system libraries, but there are
no hard to build dependencies.

License
=======
The code in this repository is released under the MIT license, but you
need the original game's assets in order to actually run it which you'll
need to buy if you don't already have it. You can buy the game from GoG.

See LICENSE for a copy of the license.