AI GAME CREATOR

Build, test and polish your Dartsnut games faster

Powered by `dartsnut_emulator`, you can quickly simulate Dartsnut hardware on Windows, complete debugging earlier, and deploy to real devices with fewer test iterations.

Quick Start

pip install -r requirement.txt
python emulator.py --path "example/simple_clock_128_128"

You can preload programs from the command line, or open a project folder after startup via File → Open program….

What it does

  • Simulates the Dartsnut hardware runtime on PC
  • Supports local development and debugging for widgets and games
  • Validates interactions and logic before real-device deployment

Input simulation

  • Left click or drag: simulate dart hits
  • F1-F12: switch dart index
  • W/A/S/D/K/L: simulate Pixel Dart buttons

Development workflow

  1. Create a program folder with `conf.json` and `main.py`
  2. Run and debug with the emulator
  3. Deploy to real Dartsnut devices after validation