RubyTet returns!

RubyTet returns!

Postby kiba » 25 Jan 2010, 02:24

About: RubyTet is a tetris variant written by Han Dao. The project aimed to create the most serious clone, but more importantly make money for its developer.

Latest version: 0.1.6

Homepage: http://wiki.kibabase.com/RubyTet

Changes: Quit button allows people to return to the game menu.

Roadmap: Red gem drillers.

Screenie:
Image
==Initial announcement==
After five month of haitus, rubytet emerged cleaner and healthier after eating too much bad code!

Version 0.0.7.1 comes lost a few features and revert to a tetris clone, but the biggest and most dangerous rewrite of its life is now over. Expect to see rapid succession of new, small features in the next few weeks. If all goes well, rubytet will finally evolve into final form as a multiplayer game a month from now.

http://download.kibabase.com/rubytet-0.0.7.1.tar.bz2

In the mean time, the homepage of Rubytet is at http://wiki.kibabase.com/RubyTet

Right now, I am trying to get a working distribution mechanism so that window users don't have jump through so many hoops to try this game.

Edit: fixed link
Last edited by kiba on 05 Apr 2010, 17:15, edited 13 times in total.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby charlie » 25 Jan 2010, 02:49

No screenshots or instructions?
Free Gamer - it's the dogz
Vexi - web UI platform
User avatar
charlie
Global Moderator
 
Posts: 2131
Joined: 02 Dec 2009, 11:56
Location: Manchester, UK

Re: RubyTet returns!

Postby qubodup » 25 Jan 2010, 15:53

Oh kiba, your marketing is so rough.. :)
fix the link Rubytet -> RubyTet
User avatar
qubodup
Global Moderator
 
Posts: 1671
Joined: 08 Nov 2009, 22:52
Location: Berlin, Germany

Re: RubyTet returns!

Postby kiba » 04 Feb 2010, 02:40

Rubytet 0.0.8 is now available!


Screenie:

Image

How to play:

Use the arrow keys! Space for complete down. Up for rotating shape, right and left for horizontal movement.


Sorry, there won't be a window executable soon. However, there is a developer who is promising to work a jruby port for rubytet. I guesstimate a month will come by before the guy will have anything.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby Sauer2 » 04 Feb 2010, 07:38

That looks cleaned up a lot!
Two requests:
-Why don't you put the preview and the current a bit downward that the preview doesn't mess with the score label? ;)
-A frame or a bold line around the game field would look it even more smooth in my opinion :D

best regards Sauer2

BTW: Are you using RubyGame
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby kiba » 04 Feb 2010, 21:20

Sauer2 {l Wrote}:That looks cleaned up a lot!
Two requests:
-Why don't you put the preview and the current a bit downward that the preview doesn't mess with the score label? ;)
-A frame or a bold line around the game field would look it even more smooth in my opinion :D

best regards Sauer2

BTW: Are you using RubyGame


I'll take these two requests into account for the next version of rubytet.

Yes, I am using rubygame.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby Sauer2 » 05 Feb 2010, 09:12

I'll take these two requests into account for the next version of rubytet.

Cool, this makes the game optical perfect IMO. :)

Is RubyGame faster than PyGame?
I mean, the PyGame docs recommends me not to draw a whole frame, but to use "dirty rectangles" instead due to the poor performance. So you can't make a sidescroller. So I wonder if this is possible with RubyGame.
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby kiba » 05 Feb 2010, 12:08

Sauer2 {l Wrote}:

Is RubyGame faster than PyGame?
I mean, the PyGame docs recommends me not to draw a whole frame, but to use "dirty rectangles" instead due to the poor performance. So you can't make a sidescroller. So I wonder if this is possible with RubyGame.


That's a lie. I wrote a side scroller in python once without any dirty rectangles.

Anyway, rubygame is like pygame, because it mostly use SDL for most of the heavy lifting. So they're plenty fast for what I wanted to do.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby Sauer2 » 05 Feb 2010, 14:59

OK, not my lie. Maybe the docs are very old. It also says that OpenGL is disabled or should be disabled. Well, let's see, how PyGame 2 will perform.
About the Sidescroller you wrote: Did it ran with an acceptable framerate with more that, let's say 20 Sprites and a bigger Window that 640x480?
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby Sauer2 » 05 Feb 2010, 18:47

Oh, and I'm curios about your PC's specs. Also, would you expect your game to run on a 400+ mhz ARM CPU ?
Just want to get a picture, you know? ;)
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby kiba » 05 Feb 2010, 22:23

Sauer2 {l Wrote}:OK, not my lie. Maybe the docs are very old. It also says that OpenGL is disabled or should be disabled. Well, let's see, how PyGame 2 will perform.
About the Sidescroller you wrote: Did it ran with an acceptable framerate with more that, let's say 20 Sprites and a bigger Window that 640x480?


Something like that.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 05 Feb 2010, 22:23

Sauer2 {l Wrote}:Oh, and I'm curios about your PC's specs. Also, would you expect your game to run on a 400+ mhz ARM CPU ?
Just want to get a picture, you know? ;)


It run fine on a low end dual core computer with 1 GB of RAM.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby Sauer2 » 06 Feb 2010, 00:03

Thanks!
Good to know the old Pygame docs are a lie. Like the spoon.
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby kiba » 06 Feb 2010, 06:45

Rubytet 0.0.9 is now available for download!

Homepage:

http://wiki.kibabase.com/RubyTet

New screenie:

Image

Changes:

-Add back the yellow gem feature. Yellow gem block scoring points.
-Add comestic border.
-Change the positions of the current shape and next shape.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby Sauer2 » 06 Feb 2010, 13:31

That was fast.
User avatar
Sauer2
 
Posts: 430
Joined: 19 Jan 2010, 14:02

Re: RubyTet returns!

Postby Archwyrm » 12 Feb 2010, 09:01

I would recommend that you edit your first post with all your updates and then make a new post with a short summary so we all know it has been updated. This way new people coming to this thread will see the current form of the game without having to read the whole thing.

Looking good, by the way. :)
DungeonHack -- FOSS RPG focusing on large, open-ended worlds and dynamic gameplay.
Archwyrm
 
Posts: 6
Joined: 12 Feb 2010, 05:25

Re: RubyTet returns!

Postby kiba » 27 Feb 2010, 17:05

New release, version 0.1.0 for RubyTet is now available.

New screenie:

Image

Changes: A primitive theme management system is added along with a primitive UI to switch between themes.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 28 Feb 2010, 21:44

New release, version 0.1.1 for RubyTet is now available.

No screenie this time due to no noticeable graphical changes.

Changes: Inability to load new default theme in title mode fixed. Red gem now eliminate yellow gem when doing final landing.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 18 Mar 2010, 03:32

New release, version 0.1.2 for RubyTet is now available.

Screenie:

http://wiki.kibabase.com/images/8/86/Rubytet-0.1.2.png

Changes: Blocks are now themed.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby qubodup » 18 Mar 2010, 10:19

I'm looking at the screenshot and I'm getting ideas to improve the interface, but then I don't feel like using my time on it, because I'm sure it will serve nobody, as tetris games are boring (at least I believe that).

So instead I wonder: how to make tetris an interesting game? Powerups perhaps? Oh I don't know.
User avatar
qubodup
Global Moderator
 
Posts: 1671
Joined: 08 Nov 2009, 22:52
Location: Berlin, Germany

Re: RubyTet returns!

Postby kiba » 18 Mar 2010, 20:22

qubodup {l Wrote}:I'm looking at the screenshot and I'm getting ideas to improve the interface, but then I don't feel like using my time on it, because I'm sure it will serve nobody, as tetris games are boring (at least I believe that).

The UI are an important polish to any game. I welcome the feedback.
qubodup {l Wrote}:So instead I wonder: how to make tetris an interesting game? Powerups perhaps? Oh I don't know.

I am way ahead of you and it doesn't involve "power-up". However, the game design I have in mind necessary involve online play and an infrastructure to support it. I am working on it in the "network" branch but it is taking a long time to develop it.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 20 Mar 2010, 19:39

New release, version 0.1.3 for RubyTet is now available.

Screenie: No visible changes this time.

Change: It is now possible to cycle backward through shape rotation via the end key, which is presumed to be above the up arrow key.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 31 Mar 2010, 02:49

New release, version 0.1.4 for RubyTet is now available.

Screenie: Image

Change: Upgraded to a more fanciful version of the configuration menu.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 02 Apr 2010, 04:06

New release, version 0.1.5 for RubyTet is now available.

Screenie: Nothing new that can be detected visually.

Change: Yellow gems can now crush red gem. Very minor gameplay change.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Re: RubyTet returns!

Postby kiba » 05 Apr 2010, 17:17

New release, version 0.1.6 for RubyTet is now available.

Screenie:

Image

Change: Quit button that allow you to return to the game menu.
I run the Libregamewiki.

I also make games at Kibabase.
kiba
LGW Moderator
 
Posts: 39
Joined: 05 Dec 2009, 18:38

Who is online

Users browsing this forum: No registered users and 1 guest