From 30189eead8b937707c41cd79fe2ab13c9a9343be Mon Sep 17 00:00:00 2001 From: Mohammed Isam Date: Nov 30 2015 18:02:07 +0000 Subject: V2.0 --- diff --git a/.gitignore b/.gitignore index 8ba848c..22f838a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /gball-1.1.tar.gz /gball-1.2.tar.gz +/gball-2.0.tar.gz diff --git a/gball.spec b/gball.spec index 69f7187..d9a71ac 100644 --- a/gball.spec +++ b/gball.spec @@ -1,5 +1,5 @@ Name: gball -Version: 1.2 +Version: 2.0 Release: 1%{?dist} Summary: The Console Ball and Racket Game @@ -19,8 +19,8 @@ racket game. It is designed to run under the GNU/Linux console your racket and move it around to bounce the ball and hit all the bricks. If the ball hits a wall, it will bounce. If it fell down the screen without bouncing on the racket, you lose. -The game includes 10 levels with an option to play levels randomly, -and a high score board. +The game includes many levels with an option to play levels randomly. +The game also has a high score board. %prep %setup -q @@ -51,6 +51,11 @@ fi %license COPYING %changelog +* Mon Nov 30 2015 Mohammed Isam 2.0-1 +- Added '9' & '0' keys to control game speed +- Fixed a bug in collision detection logic +- Added more levels + * Tue Oct 13 2015 Mohammed Isam 1.2-1 - Added commandline '--level' option - Fixed black background diff --git a/sources b/sources index b6b2503..1b2d58b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -458821b2331b70f2c2648c0934137f59 gball-1.2.tar.gz +e27f81488c1b23f4b83baeab602bcfa9 gball-2.0.tar.gz