https://github.com/sonicallgamexgit/mynewcraft-rs
Tried C++ many times before but it raped me like a whore, I've found a Rust and that's a true love! So here it is - mynewcraft rewritten on Rust :)
https://github.com/sonicallgamexgit/mynewcraft-rs
clone game game-engine game-engine-3d minecraft minecraft-clone minecraft-rust rust rust-game
Last synced: 4 months ago
JSON representation
Tried C++ many times before but it raped me like a whore, I've found a Rust and that's a true love! So here it is - mynewcraft rewritten on Rust :)
- Host: GitHub
- URL: https://github.com/sonicallgamexgit/mynewcraft-rs
- Owner: SonicallGameXGit
- Created: 2025-02-21T23:01:11.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-21T23:22:18.000Z (4 months ago)
- Last Synced: 2025-02-22T00:23:57.754Z (4 months ago)
- Topics: clone, game, game-engine, game-engine-3d, minecraft, minecraft-clone, minecraft-rust, rust, rust-game
- Language: Rust
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyNewCraft-RS!

## InstallationDon't panic, we're not in C++! :}}
You're just need to have:
- git: https://git-scm.com/downloads
- Rust: https://www.rust-lang.org/tools/installAnd Ctrl + C, Ctrl + V:
```bash
git clone https://github.com/SonicallGameXGit/mynewcraft-rs.git
```
```bash
cd mynewcraft-rs
```
```bash
cargo run --release
```