diff options
author | Larry Hajali <larryhaja@gmail.com> | 2013-12-29 23:05:28 +0100 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-07 11:13:06 -0600 |
commit | 0270819986f43965323d9ebe46bf9e15ae9cfc33 (patch) | |
tree | 330abb482b38d3d5d6c2d7bfa9dd2303bf32f271 /games/dustrac/README | |
parent | e6e50645a63256f8c3c39796bc4886584872a9d7 (diff) |
games/dustrac: Added (2D racing game).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'games/dustrac/README')
-rw-r--r-- | games/dustrac/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/games/dustrac/README b/games/dustrac/README new file mode 100644 index 000000000000..c6707aa405d3 --- /dev/null +++ b/games/dustrac/README @@ -0,0 +1,9 @@ +Dust Racing (Dustrac) is a tile-based, cross-platform 2D racing game written in +Qt (C++) and OpenGL. Dust Racing comes with a Qt-based level editor for easy +level creation. A custom engine, MiniCore, is used for physics modeling. Dust +Racing 2D is inspired by Super Cars and Slicks'n Slide. + +If you'd like to optionally build against the optional dependency qt5 then run +the slackbuild with USEQT5=yes, like + + USEQT5=yes ./dustrac.SlackBuild |