Skip to content

leithcoX/peggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peggle

Versión del juego Peggle en SDL2 y C++

Requerimientos

Para compilar se necesita instalar CMake y SDL2

sudo apt-get install cmake
sudo apt-get install libsdl2-dev libsdl2-ttf-dev

Compilar

Para compilar manualmente dar los permisos necesarios a build.sh

chmod +x ./build.sh

Instalación

git clone https://github.com/aromero3003/peggle.git
cd peggle
chmod +x build.sh
./build.sh

Jugar

Ejecutar como ./Peggle. Las ubicaciones están hardcodeadas y son relativas. Por lo que al cambiar el ejecutable de ubicación no iniciará el juego.

Para debugging la tecla q cambia al siguiente nivel y e cambia a Nivel Fallido.

Screenshot of the game

Screenshot2 of the game

About

A minimalist Peggle clon

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors