Skip to content

saurtron/spring

This branch is 11 commits ahead of, 43 commits behind beyond-all-reason/spring:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfba0b2 · Dec 14, 2024
Nov 1, 2024
Nov 11, 2024
Nov 11, 2024
Dec 3, 2024
Nov 8, 2024
Nov 8, 2024
Jul 2, 2020
Dec 14, 2024
Jun 20, 2024
Nov 11, 2024
Oct 3, 2018
Mar 4, 2017
Nov 2, 2024
Sep 24, 2024
May 26, 2021
Jun 13, 2016
Nov 11, 2024
Feb 24, 2010
Oct 29, 2014
Jan 1, 2017
Jul 1, 2011
Oct 20, 2024
Jun 13, 2016
Sep 30, 2011
Jul 1, 2011
Jul 1, 2011
Jul 1, 2011
Jul 1, 2011

Repository files navigation

Recoil is an open source real time strategy game engine

Get the engine sources

git clone https://github.com/beyond-all-reason/spring --recursive

Recoil is a fork and continuation of an RTS engine version 105.0

Visit our Discord for help, suggestions, bugs, community forum and everything Recoil related.

Installation

You can use a pre-compiled binary, usually, you want to use an installer or a package prepared for your OS:

Compiling

Detailed instructions for how to compile Recoil can be found here or here

Use master as the primary branch.

Verify you're seeing tags:

>>> git tag
spring_bar_{BAR105}105.0-430-g2727993
spring_bar_{BAR105}105.1.1-1005-ga7ea1cc
spring_bar_{BAR105}105.1.1-1011-g325620e
spring_bar_{BAR105}105.1.1-1032-gf4d6126
spring_bar_{BAR105}105.1.1-1039-g895d540
spring_bar_{BAR105}105.1.1-1050-g5075cc0
...

If you aren't seeeing these (often, when you've cloned your fork of the repository and not the upstream version), try the following:

git remote add upstream git@github.com:beyond-all-reason/spring.git
git fetch --all --tags

Make sure master is pointing to upstream master:

git checkout master
git branch -u upstream/master

The most simple set of commands will be:

cmake .
make

License

Our Terms are documented in the LICENSE.

About

A powerful free cross-platform RTS game engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.1%
  • C 6.2%
  • Lua 2.7%
  • CMake 1.2%
  • Awk 1.0%
  • HTML 0.5%
  • Other 1.3%