HoMM meets Majesty, sort of.

Overview

RPG Sim.

Final name pending; suggestions welcome!

3005E661-9E26-407E-AA8A-3C767328FF57 9CBBEEF2-9119-43C2-B919-70C5B0B47A3C

The design is essentially a minimal version of ‘heroes of m&m meets majesty’.

Basic premise:

You are the ‘Warden’ of a brand new settlement. That makes you the task-master for a growing team of explorers whose job it is to survey the land for resources, impending dangers and other nomads/settlers with varying intentions, good or bad.

Your little town will gradually be built up with the resources you gather, one building at a time. New people isn’t something you can generate out of thin air; they need to either arrive or be found.

An unspoken goal of the game is to live in harmony with the surrounding ecosystem; disturbing the environment with harmful & extractive practices will trigger a response.

Town Building

Example: https://www.ign.com/wikis/the-legend-of-zelda-breath-of-the-wild/Tarrey_Town

As far as the AC-like city building is concerned, that’s basically what I’m going for. I don’t really care so much about where I’m putting a house and how it’ll look. What’s exciting for me is seeing a town get built up from nothing.

I have been wanting to make an open version of Animal Crossing or something akin to Stardew Valley for quite some time, but I was missing the right type of twist for the city builder genre to appeal to me.

Throwing the ‘autonomous hero’ mechanic from Majesty on top feels like it may just be the piece I was missing. Same leisurely experience without the monotonous grind of AC/SV. Clearly that’s an appealing way to chill for many people, but to me personally any game with “chores” has never felt right.

Proof of Concept

The PoC will basically be a fake Majesty simulation, with some units moving randomly around. https://youtu.be/Y5o1M4T1ZNM

Will use Shotcaller assets for prototyping: https://cdn.discordapp.com/attachments/785221806214479872/805108070069829683/Shotcaller.zip https://cdn.discordapp.com/attachments/903031114132766761/930526406893510717/Viking.zip

You might also like...
Functions for mapping plaintexts to a u64 while preserving sort order

ore_encoding.rs This is a companion package to ore.rs that can generate and manipulate u64 plaintexts before they are encrypted by ore.rs. Being able

Sort (key, value) data sets that don't fit in memory

kv-par-merge-sort Key-Value Parallel Merge Sort Sort Pod (key, value) data sets that don't fit in memory. This crate provides the kv_par_merge_sort li

Human numeric sorting program — does what `sort -h` is supposed to do!

hns — Human Numeric Sort v0.1.0 (⏫︎2022-09-20) © 2022 Fredrick R. Brennan and hns Authors Apache 2.0 licensed, see LICENSE. man page Packages hns_0.1.

Filter, Sort & Delete Duplicate Files Recursively
Filter, Sort & Delete Duplicate Files Recursively

Deduplicator Find, Sort, Filter & Delete duplicate files Usage Usage: deduplicator [OPTIONS] [scan_dir_path] Arguments: [scan_dir_path] Run Dedupl

Rust solver for color-sort puzzle game
Rust solver for color-sort puzzle game

Color-Sort Puzzle Solver Optimal solver for color-sort game (see example and game explanation sections below). This project (written in Rust) efficien

Owner
null
A blazingly fast Insertion Sort and Quick Sort visualizer built with Rust and WASM.

sortysort A blazingly fast Insertion Sort and Quick Sort visualizer built with Rust and WASM. Try it in your browser from here Testing locally cargo r

null 3 Jan 28, 2022
Yet another sort crate, porting Golang sort package to Rust.

IndexSort IndexSort Yet another sort crate (in place), porting Golang's standard sort package to Rust. Installation [dependencies] indexsort = "0.1.0"

Al Liu 4 Sep 28, 2022
Match up block edges and get your center of mass as low as possible. World of Goo meets dominoes!

Excavation Site Alpha Match up block edges and get your center of mass as low as possible. World of Goo meets dominoes! Drag blocks off the conveyor b

petrak@ 2 Oct 12, 2022
A cross-platform tauri gui where Oblique Strategies meets Pomodoro

Obliqoro Oblique Strategies meets Pomodoro Built in Rust, Vue3, and Typescript, using Tauri, and SQLite Screenshots About Obliqoro is an open source,

Jack Wills 8 Dec 19, 2022
tree-sitter meets Kakoune

kak-tree-sitter This is a binary server that interfaces tree-sitter with kakoune. Features Install Usage Design Credits Features Semantic highlighting

Dimitri Sabadie 5 May 3, 2023
A version of `sort | uniq -c` with output that updates in real-time as each line is parsed

uniqtoo A version of sort | uniq -c with output that updates in real-time as each line is parsed. Usage Pipe something line-based into uniqtoo the sam

Jake Wharton 62 Oct 14, 2022
Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Zenith - sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage

Benjamin Vaisvil 1.6k Jan 4, 2023
GUI based tool to sort and categorize images written in Rust

ImageSieve GUI based tool to sort out images based on similarity, categorize them according to their creation date and archive them in a target folder

Florian Fetz 67 Dec 14, 2022
Merge together and efficiently time-sort compressed .pcap files stored in AWS S3 object storage (or locally) to stdout for pipelined processing.

Merge together and efficiently time-sort compressed .pcap files stored in AWS S3 object storage (or locally) to stdout for pipelined processing. High performance and parallel implementation for > 10 Gbps playback throughput with large numbers of files (~4k).

null 4 Aug 19, 2022
A stable, linearithmic sort in constant space written in Rust

A stable, linearithmic sort in constant space written in Rust. Uses the method described in "Fast Stable Merging And Sorting In Constant Extra Space"

Dylan MacKenzie 4 Mar 30, 2022