← Back to Documentation Index

🎬 Console System

Core runtime console for loading and managing game cartridges

📋 Overview

The Console System is the core runtime that loads game cartridges, manages the game loop, and provides the main Nova64 API to game code.

💡 Console Features
  • Cart Loading - Load JavaScript game files
  • Scene Management - Handle 2D and 3D scenes
  • Lifecycle Hooks - init(), update(), draw() callbacks
  • Error Handling - Graceful error recovery