All Projects → Grokmoo → Sulis

Grokmoo / Sulis

Turn based tactical RPG with several campaigns, written in Rust

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Sulis

Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (+22.49%)
Mutual labels:  game, games, game-2d
Games
Create interesting games by pure python.
Stars: ✭ 3,431 (+915.09%)
Mutual labels:  game, games, game-2d
Rigelengine
A modern re-implementation of the classic DOS game Duke Nukem II
Stars: ✭ 393 (+16.27%)
Mutual labels:  game, game-2d, opengl
Java Game And Application
Java Games and Application with awesome source code and better algorithm
Stars: ✭ 14 (-95.86%)
Mutual labels:  game, games, game-2d
Supertux
SuperTux source code
Stars: ✭ 1,120 (+231.36%)
Mutual labels:  game, games, opengl
Ore Infinium
Ore Infinium, Open Source multiplayer Terraria-inspired Sci-fi game, focused on technology, devices and researching. Written in Kotlin (JVM), LibGDX. Cross platform
Stars: ✭ 139 (-58.88%)
Mutual labels:  game, game-2d, opengl
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+93.79%)
Mutual labels:  game, games, rpg
Beaverandfairies
Stars: ✭ 14 (-95.86%)
Mutual labels:  game, games, game-2d
Hinterland
2D top-down shooter game
Stars: ✭ 34 (-89.94%)
Mutual labels:  game, game-2d, opengl
Simplexrpgengine
Modular game engine built with MonoGame, with GMS2-like workflow and advanced level editor
Stars: ✭ 122 (-63.91%)
Mutual labels:  game, games, rpg
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (-57.1%)
Mutual labels:  game, rpg, game-2d
Aitrack
6DoF Head tracking software
Stars: ✭ 262 (-22.49%)
Mutual labels:  game, games
Zoc
⬡ Zone of Control is a hexagonal turn-based strategy game written in Rust. [DISCONTINUED]
Stars: ✭ 327 (-3.25%)
Mutual labels:  game, opengl
Games
🎮 A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Stars: ✭ 18,676 (+5425.44%)
Mutual labels:  game, games
Kam remake
"KaM Remake" is an RTS game remake written in Delphi from scratch.
Stars: ✭ 277 (-18.05%)
Mutual labels:  game, opengl
Urde
Data interchange and engine re-implementation for games by Retro Studios | Mirror
Stars: ✭ 253 (-25.15%)
Mutual labels:  game, opengl
Game Datasets
🎮 A curated list of awesome game datasets, and tools to artificial intelligence in games
Stars: ✭ 261 (-22.78%)
Mutual labels:  game, games
Quiz Game
Multiple choice questions answer game for android (Quiz game).
Stars: ✭ 277 (-18.05%)
Mutual labels:  game, games
mnimi
🎲 Mnimi (A Game of Memory Skill)
Stars: ✭ 15 (-95.56%)
Mutual labels:  games, game-2d
Cute headers
Collection of cross-platform one-file C/C++ libraries with no dependencies, primarily used for games
Stars: ✭ 3,274 (+868.64%)
Mutual labels:  game, opengl

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].