Skip to content

cbisio/juego_gosu

Repository files navigation

Juego en Gosu (Arkanoid)

Versión en Español

Descripción

Versión muy simple de Arkanoid implementada en Ruby usando la librería Gosu

Preparación

$ git clone https://github.com/cbisio/juego_gosu.git

$ cd juego_gosu

$ gem install gosu

Instrucciones

Para empezar, ejecute $ ruby Lanzar_Juego.rb

Para moverse, utilice las flechas izquierda (←) y derecha (→)

Si se cae la pelota y quiere seguir jugando, pulsa espacio.

Basado en: https://github.com/jellymann/pong-gosu

English version

Description

Very simple version of Arkanoid implemented in Ruby using Gosu library

Setup

$ git clone https://github.com/cbisio/juego_gosu.git

$ cd juego_gosu

$ gem install gosu

Instructions

To start, execute $ ruby Lanzar_Juego.rb

To move, use the left (←) and right (→) arrows

If the ball falls and you want to continue playing, press space.

Based on: https://github.com/jellymann/pong-gosu

About

🕹️ Arkanoid en Ruby usando Gosu

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages