https://github.com/razvan48/proiect-metode-de-dezvoltare-software-mds
Proiect Metode de Dezvoltare Software (MDS) Anul 2, Semestrul 2, Facultatea de Matematica si Informatica, Universitatea din Bucuresti
https://github.com/razvan48/proiect-metode-de-dezvoltare-software-mds
2d-game cpp game oop opengl shader shaders texture textures
Last synced: 8 months ago
JSON representation
Proiect Metode de Dezvoltare Software (MDS) Anul 2, Semestrul 2, Facultatea de Matematica si Informatica, Universitatea din Bucuresti
- Host: GitHub
- URL: https://github.com/razvan48/proiect-metode-de-dezvoltare-software-mds
- Owner: Razvan48
- Created: 2024-03-01T12:21:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-21T21:34:13.000Z (over 1 year ago)
- Last Synced: 2024-04-22T14:26:51.449Z (over 1 year ago)
- Topics: 2d-game, cpp, game, oop, opengl, shader, shaders, texture, textures
- Language: C++
- Homepage:
- Size: 23.3 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proiect-Metode-de-Dezvoltare-Software-MDS
Proiect Metode de Dezvoltare Software (MDS) Anul 2, Semestrul 2, Facultatea de Matematica si Informatica, Universitatea din Bucuresti
### Membrii Echipa:
Capatina Razvan Nicolae ($252$)
Mihalache Sebastian Stefan ($252$)
Luculescu Teodor ($251$)
## Documentatie
[Link](https://github.com/Razvan48/Proiect-Metode-de-Dezvoltare-Software-MDS/wiki)
## Demo
[Link](https://www.youtube.com/watch?v=Z8xyivNPW1I)
## Setup
1. Clone the repository
```sh
git clone --recursive https://github.com/Razvan48/Proiect-Metode-de-Dezvoltare-Software-MDS
```
2. Change the current working directory
```sh
cd Proiect-Metode-de-Dezvoltare-Software-MDS
```
3. Generate the project
```sh
generate_project.bat
```
or
```sh
./generate_project.bat
```