Important
A projekt a jövőben (valószínűleg) nem kap frissítéseket, maximum szintentartás céljából. Jelenleg python 3.12 kell ahhoz, hogy hiba nélkül fusson a játék.
Az Artegame az Arteglaive csapat játéka a NJIT 2023-2024-es tanévének negyedik IKT projekt kiírásra.
-
Futtasd a projektet:
- Powershell:
python architect --run
- Bash:
python3 architect --run
- Powershell:
-
Építsd ki a projektet (egy standalone executable fájlba):
- Powershell:
python architect --build
- Bash:
python3 architect --build
- Powershell:
-
Hozz létre egy új jelenetet:
- Powershell:
python architect --new-scene
- Bash:
python3 architect --new-scene
- Powershell:
-
Készíts egy új routine-t/gui-routine-t:
- Powershell:
python architect --new-routine
- Bash:
python3 architect --new-routine
- Powershell:
-
Hozd elő a segítség menüt:
- Powershell:
python architect --new-routine
- Bash:
python3 architect --help
- Powershell: