Add tutorial, back buttons, different placement for inputs, outputs and others, level evaluations(no gui yet), small fixes

This commit is contained in:
csd4ni3l
2025-10-14 13:30:40 +02:00
parent 2915d36763
commit 9064278ab8
5 changed files with 104 additions and 13 deletions

View File

@@ -28,7 +28,7 @@ LEVELS = [
[1, "INPUT", 1],
[1, "INPUT", 0],
[1, "OR"],
[1, "OUTPUT", 0]
[1, "OUTPUT", 1]
],
[
[2, "INPUT", 1],