3DVier 3DS: Difference between revisions

From GameBrew
No edit summary
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 = 3DVier
|title=3DVier
| image = https://dlhb.gamebrew.org/3dshomebrew/3DVierinGame.png|250px
|image=3dvier2.png
| type = Board
|description=A Connect-Four clone for Nintendo 3DS.
| version = v0.1.0
|author=Universal Team
| lastupdated = 2020/05/18
|lastupdated=2020/05/18
| licence = Mixed
|type=Board
| author = Universal Team
|version=0.1.0
| website = https://universal-team.net/projects/3dvier
|license=GPL-3.0
| download = https://dlhb.gamebrew.org/3dshomebrew/3DVierv0.1.0.7z
|download=https://dlhb.gamebrew.org/3dshomebrews/3dvier.7z
| source = https://github.com/Universal-Team/3DVier
|website=https://universal-team.net/projects/3dvier
|source=https://github.com/Universal-Team/3DVier
}}
}}
==3DVier | DSVier==
3DVier | DSVier is a Connect Four clone for Nintendo 3DS.
3DVier is a Connect Four clone for Nintendo 3DS.


'''It currently includes:'''
==Features==
* Multi Player on one console.
* Customizable interface colors.
* Multi Language support (English & German).


* Multi Player on one console
==Installation==
* Customizable interface colors
===Installing===
Available in 3DSX and CIA formats.
* CIA - Install the .cia with the CIA manager of your choice.
* 3DSX - Use the .3dsx provided with the Homebrew Launcher.


==Support and Issues==
===Compiling===
You need support for 3DVier | DSVier? Then don't be shy to join the Universal-Server's Discord Server and read the rules there! After it you can ask for help in the ut-homebrew-games channel.
To build 3DVier from source, you need <code>devkitPro</code> installed, along with <code>devkitARM</code>, <code>libctru</code>, <code>Citro2D</code> and <code>Citro3D</code>.  


If you have an issue with 3DVier | DSVier, then feel free to create an issue on this repository and or do it on the Universal-Server. Always take a look at the Wiki first before opening an issue or asking for support!
To get these you can run <code>pacman -S 3ds-dev --noconfirm</code>.
 
Now that you have everything installed, run clone the repository and run <code>make 3ds</code> in the root directory, or directly run <code>make</code> in the 3ds directory.
 
You will find your 3DVier.3dsx and 3DVier.cia build at the end inside the current directory.
 
==Controls==
D-Pad - Move coloured disk
 
A - Place disk


==Screenshots==
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrew/3DViercharSelection.png
https://dlhb.gamebrew.org/3dshomebrews/3dvier3.png
https://dlhb.gamebrew.org/3dshomebrew/3DViercharcolorSettings.png
https://dlhb.gamebrew.org/3dshomebrews/3dvier4.png
https://dlhb.gamebrew.org/3dshomebrew/3DViercredits.png
https://dlhb.gamebrew.org/3dshomebrew/3DVierkeyboard.png


==Compilation==
https://dlhb.gamebrew.org/3dshomebrews/3dvier5.png
To build 3DVier from source, you need devkitPro installed, along with devkitARM, libctru, Citro2D and Citro3D. To get these you can run pacman -S 3ds-dev --noconfirm.
https://dlhb.gamebrew.org/3dshomebrews/3dvier6.png


Now that you have everything installed, you just need to run clone the repository and run make 3ds in the root directory, or directly run make in the 3ds directory. You will find your 3DVier.3dsx and 3DVier.cia build at the end inside the current directory.
https://dlhb.gamebrew.org/3dshomebrews/3dvier7.png
https://dlhb.gamebrew.org/3dshomebrews/3dvier8.png


==Credits==
==Credits==
The AI, or better said: (abMiniMax, MiniMax, NegaMax and abNegaMax) implementation is based from [https://github.com/hanneshoettinger/connect-four here] and [https://github.com/ttsiodras/Score4 here].
The AI, or better said: (abMiniMax, MiniMax, NegaMax and abNegaMax) implementation is based from [https://github.com/hanneshoettinger/connect-four here] and [https://github.com/ttsiodras/Score4 here].


[[Category:3DS homebrew games]]
Main Developers:
[[Category:Homebrew board games on 3DS]]
* [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ] - App Idea and Main Developer.
 
Translators:
* [https://github.com/SuperSaiyajinStackZ SuperSaiyajinStackZ] - English.
 
Others:
* [https://github.com/devkitPro devkitPro], [https://github.com/fincs Fincs], [https://github.com/smealum Smealum], [https://github.com/WinterMute Wintermute] - For devkitARM, Citro2D, Citro3D and Libctru.
* [https://github.com/Universal-Team/Universal-Core Universal-Core] - The code for the UI.
 
==External links==
* Official website - https://universal-team.net/projects/3dvier
* GitHub - https://github.com/Universal-Team/3DVier
* Discord - https://discord.gg/KDJCfGF

Latest revision as of 05:37, 6 May 2024

3DVier
3dvier2.png
General
AuthorUniversal Team
TypeBoard
Version0.1.0
LicenseGPL-3.0
Last Updated2020/05/18
Links
Download
Website
Source

3DVier | DSVier is a Connect Four clone for Nintendo 3DS.

Features

  • Multi Player on one console.
  • Customizable interface colors.
  • Multi Language support (English & German).

Installation

Installing

Available in 3DSX and CIA formats.

  • CIA - Install the .cia with the CIA manager of your choice.
  • 3DSX - Use the .3dsx provided with the Homebrew Launcher.

Compiling

To build 3DVier from source, you need devkitPro installed, along with devkitARM, libctru, Citro2D and Citro3D.

To get these you can run pacman -S 3ds-dev --noconfirm.

Now that you have everything installed, run clone the repository and run make 3ds in the root directory, or directly run make in the 3ds directory.

You will find your 3DVier.3dsx and 3DVier.cia build at the end inside the current directory.

Controls

D-Pad - Move coloured disk

A - Place disk

Screenshots

3dvier3.png3dvier4.png

3dvier5.png3dvier6.png

3dvier7.png3dvier8.png

Credits

The AI, or better said: (abMiniMax, MiniMax, NegaMax and abNegaMax) implementation is based from here and here.

Main Developers:

Translators:

Others:

External links

Advertising: