Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Biniax2 3DS: Difference between revisions

From GameBrew
m (Text replacement - "Infobox 3DS homebrew" to "Infobox-3DS-Homebrews")
m (Text replacement - "Category:3DS homebrew games" to "")
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox-3DS-Homebrews
{{Infobox 3DS Homebrews
| title = Biniax2
|title=Biniax2
| image = https://dlhb.gamebrew.org/3dshomebrew/Biniax2.jpeg|250px
|image=Biniax23ds2.png
| type = Puzzle
|description=Port to 3DS of the open source game Biniax2.
| version = V0.4alpha
|author=nop90
| licence = Mixed
|lastupdated=2016/07/04
| author = nop90
|type=Puzzle
| website = https://github.com/nop90/Biniax2-3DS
|version=0.4 alpha
| download = https://dlhb.gamebrew.org/3dshomebrew/Biniax2-3DS.rar
|license=Mixed
| source = https://dlhb.gamebrew.org/3dshomebrew/Biniax2-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/biniax23ds.7z
|website=https://gbatemp.net/threads/release-biniax2-for-3ds.432702
|source=https://github.com/nop90/Biniax2-3DS
}}
}}
<youtube>sty4FBT6rM4</youtube>
Biniax2-3DS is a port of an open source puzzle game Biniax2 on 3DS. Original by Jordan Tuzsuzov.


= Biniax2-3DS =
It has a single player mode and two players mode (vs CPU).


Biniax is open-source puzzle game by Jordan Tuzsuzov. The game play is extremely simple – move around your block and clean your way ahead.
==Installation==
In the zip there is a folder with the 3dsx and the smdh files inside, to be used with a homebrew launcher.


The gaming field is 5 × 7 pairs of elements. Every pair consists of two elements out of four possible types (colors). Player is a single element, who can move on empty fields or can take a pair, if the player's element is present in the pair.
Alternaitvely install the cia file with the CIA manager of your choice.


If a pair is taken, the player's element is swapped to the other element of the pair. The field is scrolling down on time event or after certain moves are spend (depending on the game mode). Game over is when there is no move for the player.
The game creates a Biniax2 subfolder inside the 3ds folder if doesn't exist. Here will be saved your scores.


--------​
==User guide==
Some weeks ago I was searching for an open source puzzle game to be ported on 3DS and I discovered Biniax2, an addicting game already ported to a lot of systems.
The game play is simple - move around your block and clean your way ahead.


Today having some free time, I ported it on 3ds in few hours (this is quick and very dirty port).
The gaming field is 5×7 pairs of elements. Every pair consists of two elements out of four possible types (colors).  


The first release is an alpha version and at the moment is only in 3dsx format, the CIA format will be added later.
You control a single element, which can move on empty fields or can take a pair, if your element is present in the pair.


The single player modes are complete.
If a pair is taken, your element is swapped to the other element of the pair.  


In the two players mode you can control only the 1p. For the 2p I impemented a very basic AI to play vs CPU (almost random moves at the moment). I would like to implement a wireless connection too for the two players mode and I'm studing on 3dbrew how to do it.
The field is scrolling down on time event or after certain moves are spend (depending on the game mode). Game over is when there is no move available.


The homepage of the author is http://biniax.com/.
==Controls==
'''Menu:'''


* The source code of my port is on my github (https://github.com/nop90/Biniax2-3DS).
Up/Down - Move
* The compiled game is released on github (https://github.com/nop90/Biniax2-3DS/releases).


Enjoy this game ad let me know the bugs you find.
A - Select menu options, Exit from submenu


===Credits:===
'''In game:'''
* The original game is made by Jordan Tuzsuzov (http://biniax.com/)
* This game uses the sf2d sftd and sfil libraries created by @xerpi


===Changelog===
D-Pad - Move tile
<pre>
Ver. 0.4 alpha (4 July 2016)
- Used a bigger font
- Fixed a bug typing on ther virtual keyboard in the Hall of Fame for tactica mode
- Added a very simple AI to play vs CPU in multiplayer mode
- Added CIA version


Ver. 0.3 alpha (1 July 2016)
B -  Clear your column (if the broom count is > 0)
- fixed a crash at 2000 points


Ver. 0.2 alpha (30 June 2016)
X - Pause the game and exit to menu (autosaving the game that can be continued later)
- forced a custom type from char to signed char (was the cause of some small bugs)
- changed key mappings
- disabled moving the tile using the touchscreen
- updated the help text


Ver. 0.1 alpha (29 June 2016)
'''Hall of Fame:'''
- First alpha release.
</pre>


==Installation==
Touchscreen - Insert your nickname


In the zip there is a folder with the 3dsx and the smdh files inside, to be used with a homebrew launcher. All the resources are included in the executable using romfs.
A or Enter symbol - Save your nickname


The game creates a Biniax2 subfolder inside the 3ds folder if doesn't exist. Here will be saved your scores.
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/biniax23ds3.png
https://dlhb.gamebrew.org/3dshomebrews/biniax23ds4.png


==Commands==
==Media==
'''3DS Homebrew: Biniax 2 [Deutsch|HD]''' ([https://www.youtube.com/watch?v=sty4FBT6rM4 Flashcardsinfo]) <br>
<youtube>sty4FBT6rM4</youtube>


===Game===
==Known isues==
* Move tile: arrows keys
CIA version crashes exiting the game.
* Clear your column (if the broom count is > 0) : B
* Pause the game and exit to menu (autosaving the game that can be continued later): X


===Menu===
==Changelog==
* Move: Up-Down keys
'''v0.4 alpha 2016/07/04'''
* Select menu options: A
* Used a bigger font.
* Exit from submenu: A
* Fixed a bug typing on ther virtual keyboard in the Hall of Fame for tactica mode.
* Added a very simple AI to play vs CPU in multiplayer mode.
* Added CIA version.


===Hall of Fame===
'''v0.3 alpha 2016/07/01'''
* Insert your nickname using the virtual keyboard with the touchpad
* fixed a crash at 2000 points.
* Save your nickname with A or touching the Enter simbol on the virtual keyboard


==Known Bugs==
'''v0.2 alpha 2016/06/30'''
* forced a custom type from char to signed char (was the cause of some small bugs).
* changed key mappings.
* disabled moving the tile using the touchscreen.
* updated the help text.


* CIA version crashes exiting the game
'''v0.1 alpha 2016/06/29'''
* First alpha release.


==To Do List==
==Credits==
* The [http://biniax.com original game] is made by Jordan Tuzsuzov.
* This game uses the sf2d sftd and sfil libraries created by xerpi.


* Add a wireless link to play 2 players mode with two 3DS
==External links==
* Implement a better AI
* GitHub - https://github.com/nop90/Biniax2-3DS
* GBAtemp - https://gbatemp.net/threads/release-biniax2-for-3ds.432702

Latest revision as of 05:47, 6 Mayıs 2024

Biniax2
Biniax23ds2.png
General
Authornop90
TypePuzzle
Version0.4 alpha
LicenseMixed
Last Updated2016/07/04
Links
Download
Website
Source

Biniax2-3DS is a port of an open source puzzle game Biniax2 on 3DS. Original by Jordan Tuzsuzov.

It has a single player mode and two players mode (vs CPU).

Installation

In the zip there is a folder with the 3dsx and the smdh files inside, to be used with a homebrew launcher.

Alternaitvely install the cia file with the CIA manager of your choice.

The game creates a Biniax2 subfolder inside the 3ds folder if doesn't exist. Here will be saved your scores.

User guide

The game play is simple - move around your block and clean your way ahead.

The gaming field is 5×7 pairs of elements. Every pair consists of two elements out of four possible types (colors).

You control a single element, which can move on empty fields or can take a pair, if your element is present in the pair.

If a pair is taken, your element is swapped to the other element of the pair.

The field is scrolling down on time event or after certain moves are spend (depending on the game mode). Game over is when there is no move available.

Controls

Menu:

Up/Down - Move

A - Select menu options, Exit from submenu

In game:

D-Pad - Move tile

B - Clear your column (if the broom count is > 0)

X - Pause the game and exit to menu (autosaving the game that can be continued later)

Hall of Fame:

Touchscreen - Insert your nickname

A or Enter symbol - Save your nickname

Screenshots

biniax23ds3.png biniax23ds4.png

Media

3DS Homebrew: Biniax 2 [Deutsch|HD] (Flashcardsinfo)

Known isues

CIA version crashes exiting the game.

Changelog

v0.4 alpha 2016/07/04

  • Used a bigger font.
  • Fixed a bug typing on ther virtual keyboard in the Hall of Fame for tactica mode.
  • Added a very simple AI to play vs CPU in multiplayer mode.
  • Added CIA version.

v0.3 alpha 2016/07/01

  • fixed a crash at 2000 points.

v0.2 alpha 2016/06/30

  • forced a custom type from char to signed char (was the cause of some small bugs).
  • changed key mappings.
  • disabled moving the tile using the touchscreen.
  • updated the help text.

v0.1 alpha 2016/06/29

  • First alpha release.

Credits

  • The original game is made by Jordan Tuzsuzov.
  • This game uses the sf2d sftd and sfil libraries created by xerpi.

External links

Advertising: