The Following 38 Users Say Thank You to thp For This Useful Post: | ||
anthonie, Artyom, Dave999, dexterous21, farfary, Fatalist, flotron, fw190, HtheB, Jordi, king Ralphred, lorenzo, MaddogG, MartinK, mattaustin, mdbxh, melisa queen, MK99, mpuhl299, mrsellout, nokiabot, pistachio, ranbaxy, reinob, Schturman, sifo, sixwheeledbeast, soryuuha, szopin, thedead1440, Tiran, tissot, turbovomit, vishwas, Wikiwide, Wreck, xprism |
|
2013-01-18
, 17:38
|
Posts: 1,048 |
Thanked: 1,127 times |
Joined on Jan 2010
@ Amsterdam
|
#2
|
Background
The point of this game is not so much to write yet another clone of that game with blocks of 4, but more about an experiment in creating a portable game using C++ (and no frameworks!) that can be run on multiple platforms and also use multiple rendering backends (right now, this is mostly OpenGL ES, but I do have a QPainter-based Qt4 backend as well as a ncurses-based console backend working). Other experimental things included, but maybe not obvious are: Gameplay recording and playback (you can replay your last game), highscores that can be updated automatically when the game rules change, the use of no bitmaps/images for the OpenGL ES backend (everything you see is rendered from 3D meshes or generated font textures) and a cameo appearance of That Rabbit from That Rabbit Game. Apart from that, this is obviously also a first small test for the "free-to-grey" concept, and I wanted to have this game on the N9, so here you have it.
The Following User Says Thank You to anthonie For This Useful Post: | ||
|
2013-01-23
, 15:06
|
Moderator |
Posts: 6,215 |
Thanked: 6,400 times |
Joined on Nov 2011
|
#4
|
|
2013-08-01
, 19:13
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#5
|
|
2013-08-01
, 19:42
|
|
Posts: 418 |
Thanked: 506 times |
Joined on Jan 2012
@ Argentina
|
#6
|
|
2014-01-03
, 19:25
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#7
|
The Following 4 Users Say Thank You to thp For This Useful Post: | ||
|
2014-01-03
, 19:31
|
|
Posts: 7,074 |
Thanked: 9,069 times |
Joined on Oct 2009
@ Moon! It's not the East or the West side... it's the Dark Side
|
#8
|
http://thp.io/2013/tetrepetete/icon256.png
For the N9, N950 and N900: http://thp.io/2013/tetrepetete/
|
2015-01-12
, 20:47
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#9
|
The Following 14 Users Say Thank You to thp For This Useful Post: | ||
|
2015-01-12
, 23:54
|
Posts: 23 |
Thanked: 69 times |
Joined on Nov 2014
|
#10
|
The Following User Says Thank You to bencoh For This Useful Post: | ||
For the N9, N950 and N900: http://thp.io/2013/tetrepetete/