Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.42 KB

GET_STARTED.md

File metadata and controls

50 lines (35 loc) · 1.42 KB

Get started

1. Get prerequisites

Tides of Revival development is currently limited to Windows. You need the following software. (or equivalent)

Python 3.9 or thereabouts

Git For Windows

TortoiseSVN

VS Code

Visual Studio 2022 Community Edition

Fork

2. Get the repos

Git

  • Clone https://github.com/Srekel/tides-of-revival.git

SVN Content

  • Clone (ask Anders for details)
  • Put it inside the tides-of-revival repo, so that content is parallel to README.md.

SVN Source

  • Clone (ask Anders for details)
  • Put it parallel to the the tides-of-revival repo.

3. Initialize

  • Run full_pull -f
  • At the step where zig is downloaded, make sure to extract the zip into where you have zig on your path.
  • This will first sync all of the project's repos and dependencies, then build the game world.
  • Wait, it will take a while.

4. Start the game!

  • You should be able to debug it from within VS Code.