A Rust-based project for building and experimenting that is brain-challenging, single-player puzzle game that tests your logical reasoning and problem-solving skills. Explore a series of cause-and-effect puzzles, unlock stella-based rewards, and prove your mastery over logic and science. Play, solve, and earn on-chain achievements as NFTs, and dive into the world of logic like never before
- Rust (latest stable recommended)
- Cargo (comes with Rust)
Verify installation:
rustc --version
cargo --versionInitialize / Build
Clone the repository and build:
git clone https://github.com/MindFlowInteractive/logi_core.git
cd quest-rust
cargo build
Run
cargo runTest
cargo testπ Project Structure
logi_core/
βββ Cargo.toml # Rust project configuration & dependencies
βββ src/
β βββ main.rs # Entry point (for binary projects)