Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 784 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 784 Bytes

Soldank

[WIP] open source clone of Soldat engine written in rust

WIP Screenshot (click to play video)

WIP screenshot

Goals:

  • Fully authentic look and feel
  • bugs feature-complete port of soldat

How to build:

  1. Install cargo and rust (nightly) - https://doc.rust-lang.org/cargo/getting-started/installation.html
  2. copy anims objects maps textures scenery-gfx gostek-gfx objects-gfx sparks-gfx weapons-gfx interface-gfx mod.ini from soldat to soldank/assets
  3. cargo run --release to run the game

ROADMAP:

  • Refactor rendering code and add support for sceneries and gostek rendering
  • Implement proper game loop