Tiny Fields is a game inspired by Melvor Idle, Territory Idle and Crush Crush.
The goal is to collect resources, craft items and unlock more slots to do more things at the same time.
The game is written in Rust and uses the Macroquad game engine for input handling, rendering and audio.
Visit https://tiny-fields.up.railway.app to play the game in your browser.
The website is only used for downloading the game assets, afterwards it runs offline.
cargo run --release
- Step 1: Copy
assets
tosite/assets
- Step 2: Build the project for WebAssembly
cargo build --target wasm32-unknown-unknown --release
- Step 3: Copy
target/wasm32-unknown-unknown/release/tiny-fields.wasm
tosite/tiny-fields.wasm
- Step 4: Run
site/index.html
in a web server and visit it in a browser