An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


Artegame

> [!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
```