https://github.com/lucasfturos/fallingsand
Simulação de areia
https://github.com/lucasfturos/fallingsand
cpp sfml
Last synced: about 1 year ago
JSON representation
Simulação de areia
- Host: GitHub
- URL: https://github.com/lucasfturos/fallingsand
- Owner: lucasfturos
- Created: 2024-07-12T22:00:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T14:18:54.000Z (almost 2 years ago)
- Last Synced: 2025-02-06T07:46:11.600Z (over 1 year ago)
- Topics: cpp, sfml
- Language: C++
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Este projeto é uma simulação de areia caindo.
Feito em C++ e SFML.
## Screenshot
Tela do programa após algumas iterações.

## Instalação
Detalhes logo abaixo com os requisitos e instruções
Show
### Requisitos
- CMake
- GCC/G++
- Make
- SFML
### Instruções:
1. Clone o repositório:
```
git clone https://github.com/lucasfturos/FallingSand.git && cd FallingSand
```
2. Crie a pasta build:
```
cmake -S . -B build
```
3. Entre na pasta e Compile o programa:
```
cd build ; make -j4
```
4. Execute o programa:
```
./src/FallingSand
```
## Créditos
1. [Coding Challenge 180: Falling Sand - The Coding Train](https://youtu.be/L4u7Zy_b868?si=NrrbIQL8i-JnHlBl)
2. [Press Start 2P Font - codeman38](https://www.1001fonts.com/press-start-2p-font.html)