https://github.com/zewenn/artegame
Figyma csapat 4. IKT Projektje
https://github.com/zewenn/artegame
Last synced: 9 months ago
JSON representation
Figyma csapat 4. IKT Projektje
- Host: GitHub
- URL: https://github.com/zewenn/artegame
- Owner: zewenn
- License: other
- Created: 2024-04-17T16:06:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-02T06:35:07.000Z (9 months ago)
- Last Synced: 2025-10-02T08:33:04.687Z (9 months ago)
- Language: Python
- Homepage:
- Size: 154 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
> [!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.
## Command Line Interface (CLI)
- Futtasd a projektet:
- Powershell:
```powershell
python architect --run
```
- Bash:
```bash
python3 architect --run
```
- Építsd ki a projektet (egy *standalone executable* fájlba):
- Powershell:
```powershell
python architect --build
```
- Bash:
```bash
python3 architect --build
```
- Hozz létre egy új jelenetet:
- Powershell:
```powershell
python architect --new-scene
```
- Bash:
```bash
python3 architect --new-scene
```
- Készíts egy új routine-t/gui-routine-t:
- Powershell:
```powershell
python architect --new-routine
```
- Bash:
```bash
python3 architect --new-routine
```
- Hozd elő a segítség menüt:
- Powershell:
```powershell
python architect --new-routine
```
- Bash:
```bash
python3 architect --help
```