minimax VS Fabled-Engine

Compare minimax vs Fabled-Engine and see what are their differences.

minimax

A game-playing engine (written in Rust) that uses the Minimax Algorithm with alpha-beta pruning for arbitrary two-player Minimax games like Chess, TicTacToe, Go, Connect Four, etc. (by aalekhpatel07)

Fabled-Engine

Self Study on developing a game engine using wgpu as the rendering API. Learning as I go. (by KDahir247)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
minimax Fabled-Engine
1 1
9 24
- -
10.0 0.0
almost 2 years ago 20 days ago
Rust Rust
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

minimax

Posts with mentions or reviews of minimax. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-02.

Fabled-Engine

Posts with mentions or reviews of Fabled-Engine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-03.
  • What's everyone working on this week (1/2022)?
    8 projects | /r/rust | 3 Jan 2022
    Building a custom game engine with rust (first time ever creating a game engine). https://github.com/KDahir247/Fabled-Engine Always wanted to be a game engine engineer, so what better project then a project that matches the doorway to my future aspire.

What are some alternatives?

When comparing minimax and Fabled-Engine you can also consider the following projects:

rust-algorithms - Common data structures and algorithms in Rust

mapplot - A map plotter library for Rust.

Fyrox - 3D and 2D game engine written in Rust

rust_os - My hobby operating system microkernel written in Rust

tcpstate - Abstract TCP socket implementation in Rust

strop - Stochastically generates machine code

umgebung - Cross-Platform Reality Simulator

oscli - Real time audio visualisation using WGPU

gloo - A modular toolkit for building fast, reliable Web applications and libraries with Rust and WASM

nom - Rust parser combinator framework