https://github.com/apn-pucky/raid_optimize

https://github.com/apn-pucky/raid_optimize

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.9%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: APN-Pucky
  • License: other
  • Language: Rust
  • Default Branch: master
  • Size: 6.55 MB
Statistics
  • Stars: 2
  • Watchers: 2
  • Forks: 0
  • Open Issues: 14
  • Releases: 22
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme Changelog License

README.md

image

codecov

This project is dedicated to the creation of a dynamic simulator tailored for raid-style games, offering an immersive 5 vs 5 hero battle simulation experience. At its core, the project focuses on the development of a robust codebase that generates accurate results. Owing to the multitude of statistics, skills, and effects involved, predicting the outcome of a battle is far from straightforward. However, this simulator addresses this challenge, offering reliable statistical predictions regarding the strength of different team compositions.

An early-access version of the simulator, already in existence as a proof of concept, demonstrates its viability. This prototype has successfully implemented a range of integral components, including:

  • Factions (Foresters, DoomLegion, WizardsEye, SunsetSages, EternalSect, DragonTribe, HolyLightParliament, NamelessBrotherhood, TheForgotten, SwordHarborGuards, HiddenWave)
  • Skills (ScorchedSoul, FireHeal, Resurrection, ScytheStrike, BloodthirstyScythe, EnergyBurst, ...)
  • Passives (BloodthirstyDesire, ForceOfMercy, ...)
  • Marks
  • Heroes (Natalie, Seth, Liz, Space)
  • Generic stats for heroes and generic skills

Rust, renowned for its capacity to deliver both high-performance and secure programming, will serve as the primary language for the project's implementation. That is also why the rust-artwork is used in the logo. The technical aspirations of this endeavor encompass:

  • Parallelization to optimize computation efficiency
  • Streamlined debugging processes to ensure code integrity
  • Interactive mode for inspection
  • Automized testing suite to avoid regression

Disclaimer

The software will initially include bugs, which will be addressed over time through ongoing fixes and incoming reports. I cannot provide an assurance of an unlimited commitment to implementing all heroes in the future.

Usage

After downloading the executable from the release page extracting the archive and running the executable therein should bring up a interface like below.

image

Debug

You can use the debug executable preferably with threads=1 and iterations=1 to see what's happening in the simulation in the terminal.

Development

Adjust src/ui/bin.rs to src/bin.rs in the Cargo.toml and run cargo run [--release] to run the executable.

Commandline

You can use the executable via commandline as well:

$ ./raid_optimize --no-gui -a Natalie -e Natalie -i 10000 -t16 win%: 36.72 (3672 / 10000) stall%: 0.00 (0 / 10000) loss%: 63.28 (6328 / 10000)

See --help for more information.

Unlock all features via SubscribeStar

https://www.subscribestar.com/apn-pucky

Owner

  • Name: Alexander Puck Neuwirth
  • Login: APN-Pucky
  • Kind: user
  • Company: Uni Münster

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 33
  • Total pull requests: 22
  • Average time to close issues: 5 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 1
  • Total pull request authors: 1
  • Average comments per issue: 0.12
  • Average comments per pull request: 0.91
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 22
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • APN-Pucky (31)
Pull Request Authors
  • dependabot[bot] (26)
Top Labels
Issue Labels
Pull Request Labels
dependencies (26) rust (19) github_actions (7)