Heboris: Difference between revisions

From TetrisWiki
Jump to navigation Jump to search
*>DIGITAL
(eliminated redirect)
No edit summary
(16 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{image requested}}
{{Infobox |title = Heboris
{{Infobox |title = Heboris
| developer = Kenji Hosimoto
| developer = Kenji Hosimoto
| publisher = Kenji Hosimoto
| publisher = Kenji Hosimoto
| released = 2001 (First release)
| released = 2001 (First release)
| latestrelease = 1.60 (2002-03-31)
| platform = Microsoft Windows
| platform = Microsoft Windows
| preview = 1
| preview = 1
Line 8: Line 11:
| hold = None
| hold = None
| hard = Yes
| hard = Yes
| SRS = TGM style wallkick
| system = TGM style wallkick
}}
}}


'''Heboris''' is a game developed in 2001 by Kenji Hosimoto, aka Hosiken. Many, but not all, of its behaviors bear a resemblance to [[Tetris The Absolute The Grand Master 2 PLUS]], the latest [[TGM series]] game at that point. The game was developed using [[YaneuraoGameScript 2000]] (YGS2K,) a scripting language and runtime environment created by Urao Yane.
'''Heboris''' is a game developed in 2001 by Kenji Hosimoto, aka Hosiken. Many, but not all, of its behaviors bear a resemblance to [[Tetris The Absolute The Grand Master 2]], the latest [[TGM series]] game at that point. The game was developed using [[YaneuraoGameScript 2000]] (YGS2K), which is a scripting language and runtime environment created by Urao Yane.
 
== Modes ==
=== Solo ===
==== Beginner ====
==== Master ====
==== 20G ====
==== Devil ====
=== Versus ===
 
== Gameplay ==
=== Scoring ===
Scoring is similar to [[Tetris (Sega)]], but with combo bonuses.
 
: '''Line Clear Score = Scoring Rate × Line Multiplier × Gravity Multiplier
 
Scoring rate is 100 if no combo is present. A line clear that continues a combo will increase the scoring rate (this takes effect after the clear).
 
{|
!Event
!Line multiplier
!Scoring rate increase
|-
|Single || 1 || +5
|-
|Double || 4 || +10
|-
|Triple || 9 || +30
|-
|Heboris || 20 || +50
|-
|}
 
{|
!Gravity (G)
!Multiplier
|-
|0 - <1/3 || 1
|-
|1/3 - <1 || 2
|-
|1 - 3 || 3
|-
|4 || 4
|-
|20 || 5
|}


== Unofficial Expansion ==
== Unofficial Expansion ==


''Main Article: [[Heboris Unofficial Expansion|Heboris Unofficial Expansion]]''
''Main Articles:'' <br/>
''[[Heboris Unofficial Expansion]]''<br/>
''[[Heboris U.E. LITE]]''<br/>
''[[Heboris U.E. MINI]]''


Development of Heboris by Hosimoto has pretty much been in stasis since 2002. However, due to the nature of YGS2K in that it is a script language and the source code cannot be made truly inaccessible, it became the target of modifications by anonymous third parties mainly in the 2ch community. The game underwent various modifications, including implementing similar features from games such as [[Tetris The Grand Master 3]], [[Tetris The Grand Master Ace]], [[Tetris DS]] and [[DTET]]. The modified version is known in western communities as Heboris Unofficial Expansion, or Heboris U.E. as short. A second modified version, Heboris U.E. LITE, also exists, with a focus on lighter system requirements.
In 2002, development of the game has been in stasis. Because of YGS2K being a script language and the source code cannot be made inaccessible, it was a target of being modified by anonymous third parties mainly in the 2ch community. It received modifications, such as new rotation systems and game modes, which later became part of its unofficial expansion.


== C++ Port ==
== C++ Port ==
Line 27: Line 79:
== See also ==
== See also ==


* [[Heboris Unofficial expansion]]
*[[Heboris Unofficial Expansion]]
* [[Game]]s
*[[GTET]]
*[[Texmaster]]
*[[NullpoMino]]


== External links ==
== External links ==
Line 34: Line 88:
* [http://www.hosiken.com/software/windows/heboris2001/ Official site] (Japanese)
* [http://www.hosiken.com/software/windows/heboris2001/ Official site] (Japanese)
* [http://www.hosiken.com/software/windows/heboris2001/download.html Download page] (Japanese)
* [http://www.hosiken.com/software/windows/heboris2001/download.html Download page] (Japanese)
* [http://hebo.game-host.org/ Download page] (Japanese)
* [https://www.dropbox.com/s/y1nxlx90d6uvyld/Heboris%20Collection.7z?dl=0 Heboris Collection] (All Heboris Versions)


[[Category:Games List]]
[[Category:Fan games]]

Revision as of 08:36, 22 October 2019

Image requested
It is requested that an image or photograph be included in this article to improve its quality.


Heboris
Developer(s)Kenji Hosimoto
Publisher(s)Kenji Hosimoto
Platform(s)Microsoft Windows
Release2001 (First release)
Latest release1.60 (2002-03-31)
Gameplay info
Next pieces1
Playfield size10w x 21h (20h visible)
Hold pieceNone
Hard dropYes
Rotation systemTGM style wallkick

Heboris is a game developed in 2001 by Kenji Hosimoto, aka Hosiken. Many, but not all, of its behaviors bear a resemblance to Tetris The Absolute The Grand Master 2, the latest TGM series game at that point. The game was developed using YaneuraoGameScript 2000 (YGS2K), which is a scripting language and runtime environment created by Urao Yane.

Modes

Solo

Beginner

Master

20G

Devil

Versus

Gameplay

Scoring

Scoring is similar to Tetris (Sega), but with combo bonuses.

Line Clear Score = Scoring Rate × Line Multiplier × Gravity Multiplier

Scoring rate is 100 if no combo is present. A line clear that continues a combo will increase the scoring rate (this takes effect after the clear).

Event Line multiplier Scoring rate increase
Single 1 +5
Double 4 +10
Triple 9 +30
Heboris 20 +50
Gravity (G) Multiplier
0 - <1/3 1
1/3 - <1 2
1 - 3 3
4 4
20 5

Unofficial Expansion

Main Articles:
Heboris Unofficial Expansion
Heboris U.E. LITE
Heboris U.E. MINI

In 2002, development of the game has been in stasis. Because of YGS2K being a script language and the source code cannot be made inaccessible, it was a target of being modified by anonymous third parties mainly in the 2ch community. It received modifications, such as new rotation systems and game modes, which later became part of its unofficial expansion.

C++ Port

As the unofficial expansion development continued, it became evident that the developers were hitting the limits of YGS2K's specifications. This was one reason the LITE version was developed, but it itself was to bear the same burden as the original modification, as it was still based on the still environment. In September 2006, an individual in the 2ch forums successfully ported Heboris and Heboris U.E. into a C++ and DirectX 9-based environment, by going through the code and re-implementing the YGS2K specific calls using DirectX. A version using the SDL library also followed shortly, and the SDL version was successfully ported over to Mac OS X as well.

However, development of the C++ versions have stagnated since then. Contributors to the project still wrote code in YGS2K without migrating to C++, possibly due to the steeper learning curve and the hassle to set up a development environment in C++. The latest version of Heboris U.E. continues to be developed and provided in YGS2K.

See also

External links