gtrafimenkov / ja2-experiments

Experimenting with Jagged Alliance 2 sources
0 stars 0 forks source link

Experimenting with JA2 sources

Overview

The main branch is based on gtrafimenkov/ja2-vanilla with following changes:

Other branches contain different experiments.

Project structure

ja2lib             - platform-independent part of the game code
platfrom-dummy     - dummy implementation of the platfrom code (used in unit tests)
platform-linux     - platform code for Linux
platform-win32     - platform code for win32
bin-win32          - project to build the game binary for Windows
bin-linux          - project to build Linux binary of the game (not implemented)
unittester         - an application to run unit tests

How to build

How to play the game

The game is tested on Windows 10.

License

This is not open source as defined by The Open Source Definition. The original JA2 sources were released under the terms of SFI-SCLA license. Please read it carefully and make your own mind regarding this.