Qt Based Games: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Decode HTML entity names)
(Updated QML Sokoban)
(11 intermediate revisions by 8 users not shown)
Line 1: Line 1:
[[Category:Developing with Qt::Games::Resources]]
[[Category:Learning::Full Projects]]
== For Desktops ==
== For Desktops ==


* [http://www.nethack.org/ qt-nethack] - A one of GUI frontend of '''Nethack''', famous rogue-like game. But it is still based on Qt3.
* [http://www.nethack.org/ qt-nethack] - A one of GUI frontend of '''Nethack''', famous rogue-like game. But it is still based on Qt3.
* [https://github.com/wimleers/sudoku Sudoku] — Fancy, feature-complete, cross-platform Sudoku app written in C+''/Qt. Includes build+packaging scripts for Windows, Mac OS X and Linux. Originally written for a course at Hasselt University in Belgium.
* [https://github.com/wimleers/sudoku Sudoku] — Fancy, feature-complete, cross-platform Sudoku app written in C+''/Qt. Includes build+packaging scripts for Windows, Mac OS X and Linux. Originally written for a course at Hasselt University in Belgium.''
* [http://www.thelemmings.net/static.php?page=GNUDoQ GNUDoQ] - An open source, graphical Su Doku generator and solver with printer support.
* [http://www.thelemmings.net/static.php?page=GNUDoQ GNUDoQ] - An open source, graphical Su Doku generator and solver with printer support.
* [http://sourceforge.net/projects/attal/ Attal : Lords of doom] - A themeable turn-based strategy game. But it seems that in-game graphics are drawn by SDL.
* [http://sourceforge.net/projects/attal/ Attal : Lords of doom] - A themeable turn-based strategy game. But it seems that in-game graphics are drawn by SDL.
* [http://hedgewars.org/ Hedgewars] - Free Worms-like turn based strategy game. But it use Qt in front-end screen and multiplay lobby screen.
* [http://hedgewars.org/ Hedgewars] - Free Worms-like turn based strategy game. But it use Qt in front-end screen and multiplay lobby screen.
* [http://gottcode.org/gottet/ Gottet] - A tetris clone. Author made it for his wife.
* [http://gottcode.org/gottet/ Gottet] - A tetris clone. Author made it for his wife.
* [http://jag.xlabsoft.com JAG] - An arcade-puzzle 2D game which runs on Linux and Windows. It is free and opensource. 3 in-a-row type game. Uses SDL.
* [http://jag.xlabsoft.com JAG] - An arcade-puzzle 2D game which runs on Linux and Windows. It is free and opensource. 3 in-a-row type game. Uses SDL.
Line 24: Line 18:
* [http://battlefleet.narod.ru Battlefleet] - Ships movement simulation. Russo-Japanese war 1904 - 1905. Old, not supported
* [http://battlefleet.narod.ru Battlefleet] - Ships movement simulation. Russo-Japanese war 1904 - 1905. Old, not supported
* [https://github.com/kingsawyer/BoxPoker Box Poker] - multi-player Video Poker Slots, Box backend. OAuth2, Qt 5. Free and Open.
* [https://github.com/kingsawyer/BoxPoker Box Poker] - multi-player Video Poker Slots, Box backend. OAuth2, Qt 5. Free and Open.
* [https://elth0r0.github.io/iqpuzzle/ iQPuzzle] - a diverting I.Q. challenging puzzle with pentomino pieces (Linux / Windows / macOS).
* [https://github.com/juzzlin/DustRacing2D Dust Racing 2D] - A tile-based, open source 2D car racing game and a level editor for Linux and Windows.
* [https://bitbucket.org/andrej_repisky/qarkanoid qArkanoid] – A classic brick breaker game, which uses Qt Quick and Box2D library. It runs smoothly on the lowest-end hardware.


== For Mobiles ==
== For Mobiles ==
Line 29: Line 26:
* [http://www.tamoggemon.com/s60/balz/index.html BallZ for S60v5] - JezzBall for Symbian
* [http://www.tamoggemon.com/s60/balz/index.html BallZ for S60v5] - JezzBall for Symbian
* [http://dimsuz.wordpress.com/2009/05/16/klines-on-nokia-xpressmusic-5800/ KLines for S60v5] - A ported version of [http://games.kde.org/game.php?game=klines KLines] that is part of KDE Games
* [http://dimsuz.wordpress.com/2009/05/16/klines-on-nokia-xpressmusic-5800/ KLines for S60v5] - A ported version of [http://games.kde.org/game.php?game=klines KLines] that is part of KDE Games
* [http://qt-apps.org/content/show.php/QML+Sokoban?content=134799 QML Sokoban] - A ported version of [http://hem.passagen.se/awl/ksokoban/ KSokoban] from KDE3. Works on Linux, Windows, Symbian
* [https://github.com/yzhs/qmlsokoban QML Sokoban] - A ported version of [http://hem.passagen.se/awl/ksokoban/ KSokoban] from KDE3. Works on Linux, Windows, Symbian
* [http://www.forum.nokia.com/info/sw.nokia.com/id/c19154fd-61fb-48c9-8129-3524dfab962e/Qt_QSolitaire_Game_Example.html Qt:QSolitaire Game] - Qt Game Example from Forum Nokia
* [http://www.forum.nokia.com/info/sw.nokia.com/id/c19154fd-61fb-48c9-8129-3524dfab962e/Qt_QSolitaire_Game_Example.html Qt:QSolitaire Game] - Qt Game Example from Forum Nokia
* [http://sw.nokia.com/id/8245b391-2cc9-4d08-aad1-c3fbd24aad60/Qt_for_Symbian_QMemoryGame_Example_v1_2_en.zip Qt for Symbian: QMemory Game Example]
* [http://sw.nokia.com/id/8245b391-2cc9-4d08-aad1-c3fbd24aad60/Qt_for_Symbian_QMemoryGame_Example_v1_2_en.zip Qt for Symbian: QMemory Game Example]
Line 35: Line 32:
* [http://homepage.ntlworld.com/mark.harman/comp_qball.html QBall] breakout clone, available for Symbian, Windows and Linux
* [http://homepage.ntlworld.com/mark.harman/comp_qball.html QBall] breakout clone, available for Symbian, Windows and Linux
* [http://maemo.org/downloads/product/Maemo5/colorflood/ ColorFlood for Maemo] An open source puzzle game ( [https://github.com/ftrvxmtrx/colorflood Git repository] [github.com] )
* [http://maemo.org/downloads/product/Maemo5/colorflood/ ColorFlood for Maemo] An open source puzzle game ( [https://github.com/ftrvxmtrx/colorflood Git repository] [github.com] )
* [https://play.google.com/store/apps/details?id=org.alexspataru.supertac Minimal Tic Tac Toe] An open source Tic Tac Toe implementation with a decent AI ( [https://github.com/alex-spataru/minimal3t Git repository] [github.com] )
* [http://thp.io/2010/trg/ That Rabbit Game] A game utilizing Qt Mobility, QGraphicsView and the Animation Framework
* [http://thp.io/2010/trg/ That Rabbit Game] A game utilizing Qt Mobility, QGraphicsView and the Animation Framework
* [http://maemo.org/downloads/product/Maemo5/blubbels/ blubbels] A jawbreaker clone for Maemo 5 ([http://sourceforge.net/projects/blubbels/ Sourceforge.net page])
* [http://maemo.org/downloads/product/Maemo5/blubbels/ blubbels] A jawbreaker clone for Maemo 5 ([http://sourceforge.net/projects/blubbels/ Sourceforge.net page])
Line 45: Line 43:
* [http://v-play.net/doc/demos-chickenoutbreak2/ Chicken Outbreak 2] - 2nd part of the Open Source platformer for [http://games.v-play.net/chickenoutbreak2 iOS], [http://games.v-play.net/chickenoutbreak2 Android], Windows, Mac and Linux. It is part of the example games of the [http://v-play.net V-Play Game Engine].
* [http://v-play.net/doc/demos-chickenoutbreak2/ Chicken Outbreak 2] - 2nd part of the Open Source platformer for [http://games.v-play.net/chickenoutbreak2 iOS], [http://games.v-play.net/chickenoutbreak2 Android], Windows, Mac and Linux. It is part of the example games of the [http://v-play.net V-Play Game Engine].
* [http://v-play.net/doc/demos-stacktheboxwithcommunityeditor/ Stack With Friends] - Open Source physics game with level editor and level sharing feature for [http://games.v-play.net/stackwithfriends iOS], [http://games.v-play.net/stackwithfriends Android], Windows, Mac and Linux. It is part of the example games of the [http://v-play.net V-Play Game Engine].
* [http://v-play.net/doc/demos-stacktheboxwithcommunityeditor/ Stack With Friends] - Open Source physics game with level editor and level sharing feature for [http://games.v-play.net/stackwithfriends iOS], [http://games.v-play.net/stackwithfriends Android], Windows, Mac and Linux. It is part of the example games of the [http://v-play.net V-Play Game Engine].
* [http://ksytek-games.com/index.html Book of Magic] - Intellectually challenging puzzle game for [https://play.google.com/store/apps/details?id=com.ksytekgames.bom Android] (commercial). Game is inspired by a brilliant old game <i>Stone Age</i>. Written in Qt/QML/JavaScript.
* [http://mutex.media Worm Shredder] - A violent worm action game with different weapons for [https://play.google.com/store/apps/details?id=media.mutex.wormshredder.free Android]. Both free and paid versions available.
* [http://blackgrain.dk/games/deadascend/ Dead Ascend] - An [https://github.com/Larpon/DeadAscend open source], hand-drawn, 2D point'n'click-like escape adventure. Written in mostly Qt/QML and Javascript. For [https://play.google.com/store/apps/details?id=com.blackgrain.android.deadascend.ad Android] and iOS


== Tools and libraries ==
== Tools and libraries ==


* [http://www.mapeditor.org/ Tiled] - '''Tiled''' is a general purpose tile map editor. Originally it was made with Java but now is rewritten using Qt and C''+.
* [http://www.mapeditor.org/ Tiled] - '''Tiled''' is a general purpose tile map editor. Originally it was made with Java but now is rewritten using Qt and C''+.''
* [http://gluon.gamingfreedom.org/ Gluon] - '''Gluon''' is a set of Qt4 based tools and libraries (using '''openGL''', '''openAL''', '''Box2D''' and other libraries) designed to make it easy to develop and distribute 2D games over a wide array of target platforms.
* [http://gluon.gamingfreedom.org/ Gluon] - '''Gluon''' is a set of Qt4 based tools and libraries (using '''openGL''', '''openAL''', '''Box2D''' and other libraries) designed to make it easy to develop and distribute 2D games over a wide array of target platforms.
* [http://www.box2d.org/ Box2D] - '''Box2D''' is a 2D rigid body simulation library for games. Can be easily integrated with Qt.  
* [http://www.box2d.org/ Box2D] - '''Box2D''' is a 2D rigid body simulation library for games. Can be easily integrated with Qt.  
* [http://indt.github.com/Quasi-Engine/ Quasi Engine] - '''Quasi Engine''' is a Qt5 based framework that intends to be a complete multiplatform toolset to ease 2d game development, providing ready-to-use QML elements representing basic game entities needed by most of games. The framework takes the advantage of the new Scene Graph approach on QtQuick 2.0 and uses [http://www.box2d.org/ '''Box2D'''] for its physics system.
* [http://indt.github.com/Quasi-Engine/ Quasi Engine] - '''Quasi Engine''' is a Qt5 based framework that intends to be a complete multiplatform toolset to ease 2d game development, providing ready-to-use QML elements representing basic game entities needed by most of games. The framework takes the advantage of the new Scene Graph approach on QtQuick 2.0 and uses [http://www.box2d.org/ '''Box2D'''] for its physics system.
* [http://www.v-play.net/ V-Play Game Engine] - '''V-Play''' is a 2D game engine built on Qt which supports iOS, Android, Symbian, MeeGo, Windows Mac and Linux. Games can be written with Qt & QML/JavaScript with the [http://v-play.net/doc/vplay-group.html V-Play gaming components]. It features Box2D physics, particles, sprites, multi-resolution and aspect ratio independence, a [http://v-play.net/doc/daily/vplay1-leveleditor.html level editor] and native plugins like Facebook or GameCenter. The build server allows to deploy games to iOS & Android easily without the need to install native SDKs.
* [http://www.v-play.net/ V-Play Game Engine] - '''V-Play''' is a 2D game engine built on Qt which supports iOS, Android, Symbian, MeeGo, Windows Mac and Linux. Games can be written with Qt & QML/JavaScript with the [http://v-play.net/doc/vplay-group.html V-Play gaming components]. It features Box2D physics, particles, sprites, multi-resolution and aspect ratio independence, a [http://v-play.net/doc/daily/vplay1-leveleditor.html level editor] and native plugins like Facebook or GameCenter. The build server allows to deploy games to iOS & Android easily without the need to install native SDKs.
* [https://github.com/Bacon2D/Bacon2D Bacon2D] - '''Bacon2D''' is a framework to ease 2D game development, providing ready-to-use QML elements representing basic game entities needed by most of games.
* [https://github.com/mitchcurtis/slate Slate] - '''Slate''' is a simple pixel art editor written with Qt Quick, available on Windows, Mac and Linux.


== Need more? ==
== Need more? ==


* [http://qt-apps.org/index.php?xcontentmode=4250x4251x4252x4253x4254 Games category at '''qt-apps.org''']
* [https://www.linux-games.org Linux-Games] - Some pure Qt based games can be found there (formerly qt-apps.org).
* [http://kde-apps.org/index.php?xsortmode=new&logpage=0&xcontentmode=250x251x252x253x254 Games category at '''kde-apps.org'''] - Funnily enough, some pure Qt based games are here.
* [http://games.kde.org/ KDE Games] - Various game packages from '''KDE'''. It is based on Qt '''but requires KDE libraries too'''.
* [http://games.kde.org/ KDE Games] - Various game packages from '''KDE'''. It is based on Qt '''but requires KDE libraries too'''.

Revision as of 10:46, 23 November 2020

For Desktops

  • qt-nethack - A one of GUI frontend of Nethack, famous rogue-like game. But it is still based on Qt3.
  • Sudoku — Fancy, feature-complete, cross-platform Sudoku app written in C+/Qt. Includes build+packaging scripts for Windows, Mac OS X and Linux. Originally written for a course at Hasselt University in Belgium.
  • GNUDoQ - An open source, graphical Su Doku generator and solver with printer support.
  • Attal : Lords of doom - A themeable turn-based strategy game. But it seems that in-game graphics are drawn by SDL.
  • Hedgewars - Free Worms-like turn based strategy game. But it use Qt in front-end screen and multiplay lobby screen.
  • Gottet - A tetris clone. Author made it for his wife.
  • JAG - An arcade-puzzle 2D game which runs on Linux and Windows. It is free and opensource. 3 in-a-row type game. Uses SDL.
  • Bubble-chains - Arcade-puzzle game for Windows, Linux. From JAG creators.
  • PiperWar - non commercial RPG-like game on "paper" with Box2d engine, uses OpenGL (LGPL).
  • Construqtor - This is educational toy. It allows you to build and control machine in 2D physical world. Uses Box2D for physics simulation, GPC for polygon manipulation and Qt for everything else.
  • QBoard - A Qt 4.3/4.4 application for playing near-arbitrary board games. It provides a fairly rich interface for setting up and playing such games.
  • Minesweeper in Python - A PyQt version of the popular logic game.
  • Warzone2100 an open source RTS game being ported to Qt
  • Profit - A clone of the board game Acquire.
  • OpenTowerDefence - A tower-defence game based on Ogre and Qt Quick.
  • Battlefleet - Ships movement simulation. Russo-Japanese war 1904 - 1905. Old, not supported
  • Box Poker - multi-player Video Poker Slots, Box backend. OAuth2, Qt 5. Free and Open.
  • iQPuzzle - a diverting I.Q. challenging puzzle with pentomino pieces (Linux / Windows / macOS).
  • Dust Racing 2D - A tile-based, open source 2D car racing game and a level editor for Linux and Windows.
  • qArkanoid – A classic brick breaker game, which uses Qt Quick and Box2D library. It runs smoothly on the lowest-end hardware.

For Mobiles

Tools and libraries

  • Tiled - Tiled is a general purpose tile map editor. Originally it was made with Java but now is rewritten using Qt and C+.
  • Gluon - Gluon is a set of Qt4 based tools and libraries (using openGL, openAL, Box2D and other libraries) designed to make it easy to develop and distribute 2D games over a wide array of target platforms.
  • Box2D - Box2D is a 2D rigid body simulation library for games. Can be easily integrated with Qt.
  • Quasi Engine - Quasi Engine is a Qt5 based framework that intends to be a complete multiplatform toolset to ease 2d game development, providing ready-to-use QML elements representing basic game entities needed by most of games. The framework takes the advantage of the new Scene Graph approach on QtQuick 2.0 and uses Box2D for its physics system.
  • V-Play Game Engine - V-Play is a 2D game engine built on Qt which supports iOS, Android, Symbian, MeeGo, Windows Mac and Linux. Games can be written with Qt & QML/JavaScript with the V-Play gaming components. It features Box2D physics, particles, sprites, multi-resolution and aspect ratio independence, a level editor and native plugins like Facebook or GameCenter. The build server allows to deploy games to iOS & Android easily without the need to install native SDKs.
  • Bacon2D - Bacon2D is a framework to ease 2D game development, providing ready-to-use QML elements representing basic game entities needed by most of games.
  • Slate - Slate is a simple pixel art editor written with Qt Quick, available on Windows, Mac and Linux.

Need more?

  • Linux-Games - Some pure Qt based games can be found there (formerly qt-apps.org).
  • KDE Games - Various game packages from KDE. It is based on Qt but requires KDE libraries too.