home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
'Oh go on, one more go...', introducing My Tetris
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Smirnuff" data-source="post: 7867" data-attributes="member: 10545"><p>Hi all -</p><p></p><p>Here's a sneak preview of My Tetris. The game logic appears to be rock solid (lots of hours wasted playing over the weekend using the same implementation in a test app), I have sounds and music but am awaiting permission to distrubute them with the plugin and the 'board' isn't positioned properly but it's definately playable!!! The next block is also not being shown at the moment.</p><p></p><p>Here's a screenshot:</p><p></p><p><img src="http://www.netpoint-it.co.uk/lee/mp/mytetris_pre.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p></p><p>The final version will have two checkbox buttons beneath 'New Game', one controlling music playback, the other controlling sound effects. </p><p></p><p>I would really like to be able to come up with enough variations of the blues & grays used in the MCE skin for use on the blocks rather than use traditional coloured ones. Not sure if there would be enough of a distinction between them then though. Either way, I intend to implement skinning of the board and blocks.</p><p></p><p>The game code is based upon a Managed C++ version that can be found at <a href="http://www.codeproject.com/managedcpp/Tetris3D.asp" target="_blank">http://www.codeproject.com/managedcpp/Tetris3D.asp</a> but being a DirectX noob I was unable to render the blocks as per donor app within MP (no problem in my test app).</p><p></p><p>The controls are pretty simple so I'll leave you to figure them out for yourself. Hitting the back button pauses the game, there is currently no way to resume, other than starting a new game. Works nicely with the MCE remote and I guess any other that can navigate the MP. Cursor keys for the rest of you I'm afraid!!!</p><p></p><p>Any skin or block design suggestions will be most welcome.</p><p></p><p>The plugin (binary) can be downloaded from here:</p><p></p><p><a href="http://www.netpoint-it.co.uk/lee/mp/mytetris.zip" target="_blank">http://www.netpoint-it.co.uk/lee/mp/mytetris.zip</a></p><p></p><p>The zip file contains the skin and relevant images for the file but does not contain a strings.xml, the following need to be added to your strings.xml:</p><p></p><p><string></p><p> <id>19001</id></p><p> <value>My Tetris</value></p><p></string></p><p><string></p><p> <id>19002</id></p><p> <value>New Game</value></p><p></string></p><p><string></p><p> <id>19003</id></p><p> <value>Score:</value></p><p></string></p><p><string></p><p> <id>19004</id></p><p> <value>Lines:</value></p><p></string></p><p><string></p><p> <id>19005</id></p><p> <value>Level:</value></p><p></string></p><p></p><p></p><p>The source code will be made available with the first release.</p><p></p><p>Enjoy,</p><p>Lee.</p><p></p><p>PS Oh yeah, it is a whole lot more fun with the sounds so I'll try and get this sorted ASAP.</p></blockquote><p></p>
[QUOTE="Smirnuff, post: 7867, member: 10545"] Hi all - Here's a sneak preview of My Tetris. The game logic appears to be rock solid (lots of hours wasted playing over the weekend using the same implementation in a test app), I have sounds and music but am awaiting permission to distrubute them with the plugin and the 'board' isn't positioned properly but it's definately playable!!! The next block is also not being shown at the moment. Here's a screenshot: [img]http://www.netpoint-it.co.uk/lee/mp/mytetris_pre.png[/img] The final version will have two checkbox buttons beneath 'New Game', one controlling music playback, the other controlling sound effects. I would really like to be able to come up with enough variations of the blues & grays used in the MCE skin for use on the blocks rather than use traditional coloured ones. Not sure if there would be enough of a distinction between them then though. Either way, I intend to implement skinning of the board and blocks. The game code is based upon a Managed C++ version that can be found at [url]http://www.codeproject.com/managedcpp/Tetris3D.asp[/url] but being a DirectX noob I was unable to render the blocks as per donor app within MP (no problem in my test app). The controls are pretty simple so I'll leave you to figure them out for yourself. Hitting the back button pauses the game, there is currently no way to resume, other than starting a new game. Works nicely with the MCE remote and I guess any other that can navigate the MP. Cursor keys for the rest of you I'm afraid!!! Any skin or block design suggestions will be most welcome. The plugin (binary) can be downloaded from here: [url]http://www.netpoint-it.co.uk/lee/mp/mytetris.zip[/url] The zip file contains the skin and relevant images for the file but does not contain a strings.xml, the following need to be added to your strings.xml: <string> <id>19001</id> <value>My Tetris</value> </string> <string> <id>19002</id> <value>New Game</value> </string> <string> <id>19003</id> <value>Score:</value> </string> <string> <id>19004</id> <value>Lines:</value> </string> <string> <id>19005</id> <value>Level:</value> </string> The source code will be made available with the first release. Enjoy, Lee. PS Oh yeah, it is a whole lot more fun with the sounds so I'll try and get this sorted ASAP. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
'Oh go on, one more go...', introducing My Tetris
Contact us
RSS
Top
Bottom