
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
Move a Ball to the finish, with only accelerating it.
Needs Qt 4.6+ to compile and run
How to compile:
qmake
make
8 years ago
-- Changes since 1.0
Fixed compile issuses with Qt 4.6
Added OSB links
-- Cahnges since 0.5
Added the 20 last official levels
--Changes since 0.2:
Added first 20 official Levels
Improved Timetrial menu
Added 9 Achievements
Added Topologics: Möbisu-band Klein-blottle and 2D-Möbius (In Methematics also known als real projective plane)
Added Options-menu
Added ability to change controls
--Changes since 0.1:
Added more testlevel
Added Time-trial menu
Added support for topoligics: Ring and Torus
Added Ghost, Graviton, Boor, Button objects
8 years ago
-- Changes since 1.0
Fixed compile issuses with Qt 4.6
Added OSB links
-- Cahnges since 0.5
Added the 20 last official levels
--Changes since 0.2:
Added first 20 official Levels
Improved Timetrial menu
Added 9 Achievements
Added Topologics: Möbisu-band Klein-blottle and 2D-Möbius (In Methematics also known als real projective plane)
Added Options-menu
Added ability to change controls
--Changes since 0.1:
Added more testlevel
Added Time-trial menu
Added support for topoligics: Ring and Torus
Added Ghost, Graviton, Boor, Button objects
nutellajunkie
7 years ago
Report
maidis
7 years ago
Some wishes:
- Background musics would be nice.
- Installation support on GNU/Linux (to make it easier to package)
- A desktop file [1]
- A builtin map / level editor
- Online high scores
I made a package for Pardus, users can install by giving the following commands:
$ sudo pisi ar happy-kitty http://happy-kitty.googlecode.com/svn/trunk/pisi-index.xml.xz
$ sudo pisi em ballway
I also recorded a short gameplay video [2].
[1] http://code.google.com/p/happy-kitty/source/browse/trunk/game/arcade/ballway/files/ballway.desktop
[2] http://www.youtube.com/watch?v=BIehVp0Ykvc
Report
maidis
7 years ago
http://www.youtube.com/watch?v=dtKeZgiGVYo&feature=related
Report
Blahord
7 years ago
I have integrated your desktop file in the packages.
I plan to allow user-levels (The codebase is ready for them.) Just need to implement some crash-preventions and a user-level-menu.
Report