https://github.com/cheems-dev/proyecto-computer-science-ii
VIdeojuego usando SFML y C++
https://github.com/cheems-dev/proyecto-computer-science-ii
Last synced: 11 months ago
JSON representation
VIdeojuego usando SFML y C++
- Host: GitHub
- URL: https://github.com/cheems-dev/proyecto-computer-science-ii
- Owner: cheems-dev
- Created: 2020-06-03T13:57:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-25T02:12:07.000Z (over 5 years ago)
- Last Synced: 2025-02-02T01:27:53.401Z (about 1 year ago)
- Language: C++
- Size: 66.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Proyecto Ciencias de la Computacion
## Linux - Ubuntu
- Plugins VSCode:
[EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig)
- Instalacion de librerias
```
sudo apt install build-essential
sudo apt install libsfml-dev
```
- Compilar un archivo
```
g++ main.cpp -lsfml-graphics -lsfml-window -lsfml-system -lsfml-audio
```
- Ejercutar nuestro programa
```
./a.out
```