/Game-Jaaj-6

A game made to Game Jaaj 6

Primary LanguageC++

🪐 Game Jaaj 6 - Orbit Game Cicle 🪐

Este jogo foi feito para a Game Jaaj 6 (Game Jam organizada pelo Amdre Young).
O jogo está em fase de Desenvolvimento, e está sendo produzido por : Andrade e Gustavo

Plataformas......: Linux (em breve Windows)
Compilador.......: GCC
Linguagens.......: C++
API..............: SFML
Editor de Códigos: Visual Studio Code

Github do Gustavo: https://github.com/GustavoGLD

Abrindo o Jogo

O executável JaajGame está na pasta Game/ (somente linux)

Compilando (Linux)

#debian-based
sudo apt install build-essential
sudo apt-get install libsfml-dev
make


#arch-based
sudo pacman -S gcc g++
yay -S sfml
make