Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1020 Bytes

File metadata and controls

24 lines (15 loc) · 1020 Bytes

Getting Started

Welcome to Nethercore ZX game development! This section will guide you through everything you need to start creating games.

Quick Start Path

  1. Prerequisites - Set up Rust and the WASM target
  2. Your First Game - Build a simple interactive demo
  3. Understanding the Game Loop - Learn init(), update(), render()

Ready for More?

After completing the Getting Started guides, continue with:

Minimum Requirements

  • Rust (via rustup)
  • WASM target: rustup target add wasm32-unknown-unknown

That's it! No external game engines, no SDKs to download. Just Rust.