You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdegames/kolf
Slávek Banko b21981e7e3
Simplify CMake rules for desktop file translations.
4 years ago
..
courses Simplify CMake rules for desktop file translations. 4 years ago
graphics Fix invalid headers in PNG files and optimize for size 8 years ago
objects Initial cmake conversion 9 years ago
pics Fix invalid headers in PNG files and optimize for size 8 years ago
sounds Initial cmake conversion 9 years ago
AUTHORS
CMakeL10n.txt Desktop file translations: 4 years ago
CMakeLists.txt Simplify CMake rules for desktop file translations. 4 years ago
COPYING
Makefile.am Rearrangement of libtdegames highscore headers. 4 years ago
Makefile.am.fast Additional k => tde renaming and fixes 11 years ago
PLUGINS.docbook
README.pool
TODO
ball.cpp
ball.h
canvasitem.cpp
canvasitem.h
config.cpp
config.h
configure.in.in
courses.list
editor.cpp
editor.h
floater.cpp
floater.h
game.cpp
game.h
intro
kcomboboxdialog.cpp
kcomboboxdialog.h
kolf.cpp Rearrangement of libtdegames highscore headers. 4 years ago
kolf.desktop Desktop file translations: 4 years ago
kolf.h
kolf.magic
kolfui.rc
kvolumecontrol.cpp
kvolumecontrol.h
main.cpp
newgame.cpp Rearrangement of libtdegames highscore headers. 4 years ago
newgame.h
object.cpp
object.h
pluginloader.cpp
pluginloader.h
pool.kolf
printdialogpage.cpp
printdialogpage.h
rtti.h
scoreboard.cpp
scoreboard.h
slope.cpp
slope.h
statedb.h
tutorial.kolf Desktop file translations: 4 years ago
tutorial.kolfgame
vector.cpp
vector.h
x-kolf.desktop Desktop file translations: 4 years ago
x-kourse.desktop Desktop file translations: 4 years ago

README.pool

Heya,

I made a kolf pool game as an example of kolf plugin use. kolf/obects/poolball/ contains the PoolBall class, which is installed as a plugin.

So, compile PoolBall, install it, and open pool.kolf. Kolf courses can specify any object name, and it is up to the user to install these objects that the course needs. Kolf will warn when an object is not found in the hole being loaded.

Jason