GithubHelp home page GithubHelp logo

linecode / sulis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from grokmoo/sulis

0.0 1.0 0.0 292.87 MB

Turn based tactical RPG with several campaigns, written in Rust

Home Page: https://www.sulisgame.com

Lua 15.88% Rust 84.12%

sulis's Introduction

Sulis

Sulis is a turn based Role Playing Game with an engine written from scratch in Rust. The game is in a fairly mature state with several available campaigns to play through.

Screenshot

Standalone Releases

Standalone binary releases are available for Windows and Linux if you are only interested in playing the game.

Please visit https://www.sulisgame.com or check the Releases page.

Developers and Modders

Resources for developers and modders are available on a page on the website. Currently, this includes docs for the LUA scripting API.

Building from Source

Prerequisites

You'll need recent versions of Rust and Cargo installed. The game will compile on the latest stable version. Get Rust

On Linux, you will need the ALSA development files installed for audio support. On Debian / Ubuntu, apt-get install libasound2-dev. On Red Hat / Fedora, yum install alsa-lib-devel.

On Windows Subsystem for Linux (WSL) running Ubuntu, run sudo apt install build-essential libasound2-dev pkg-config.

Installation

  1. Clone the git repository.
  2. cargo build --release
  3. Run the game with cargo run --release
  4. On first run, config.yml is created in your home directory. This file may be edited with your preferences. It is also written to when using the in game options menu, however changes you have made manually should generally be preserved.
  5. The Sulis User Folder location:
  • Linux - $XDG_CONFIG_HOME/.sulis/ (typically $HOME/.config/.sulis)
  • Windows -$HOME\My Documents\My Games\Sulis

Note that Running with release mode is recommended. The compilation process takes several minutes, but load time and performance in game are massively improved over a standard debug build.

Troubleshooting

If you encounter build errors on Linux, please check the Prerequisites section above first.

Please check the Issue Tracker for known bugs. You can create an issue. Please leave as much information as you can, including logs from your sulis user folder /log directory

Running the editor

  1. cd sulis_editor/
  2. cargo run --release

Built With

Authors

  • Jared Stephen - Development - Grokmoo

Licensing

This project's source code is licensed under the Gnu Public License version 3 - see the License file. This includes, but is not limited to all .rs, .yml, .json, and .lua files.

Many image assets in this project are licensed under the Creative Commons Attribution 3.0 Unported (CC-BY 3.0) or Creative Commons Attribution Unported 4.0 (CC-BY 4.0) Licenses. To view a copy of these licenses, visit CC-BY 3.0 and CC-BY 4.0.

Please note that some art assets are proprietary and may only be used and distributed as part of Sulis.

To view attribution and licensing information for each specific file used, please see the Attribution Sheet.

sulis's People

Contributors

grokmoo avatar jstephen-pa avatar picobyte avatar shmutalov avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.