luhsra / MinimaxSimulator

Platform independent GUI-based Minimax simulator
https://luhsra.github.io/MinimaxSimulator/
MIT License
7 stars 5 forks source link

Debug-Simulation uses old memory #25

Closed Exopandora closed 6 years ago

Exopandora commented 6 years ago

Steps to reproduce:

  1. Import a memory file
  2. Start a simulation
  3. Import another memory file
  4. Stop and refresh the simulation
  5. Start a new simulation Result: The new simulation will use the old memory

I guess pressing the stop button overwrites the new memory with the old one resulting into unwanted behavior

prohde commented 6 years ago

You are not supposed to change anything during a running simulation. But maybe I will implement a check and warning dialog.