More actions
(Created page with "{{Infobox-3DS-Homebrews | title = 3DVier | image = https://dlhb.gamebrew.org/3dshomebrew/3DVier-3DS.jpg|250px | type = Board | version = v0.1.0 | lastupdated = 2020/05/18 | li...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Infobox-3DS-Homebrews | {{Infobox-3DS-Homebrews | ||
| title = 3DVier | | title = 3DVier | ||
| image = https://dlhb.gamebrew.org/3dshomebrew/ | | image = https://dlhb.gamebrew.org/3dshomebrew/3DVierinGame.png|250px | ||
| type = Board | | type = Board | ||
| version = v0.1.0 | | version = v0.1.0 | ||
Line 8: | Line 8: | ||
| author = Universal Team | | author = Universal Team | ||
| website = https://universal-team.net/projects/3dvier | | website = https://universal-team.net/projects/3dvier | ||
| download = https://dlhb.gamebrew.org/3dshomebrew/ | | download = https://dlhb.gamebrew.org/3dshomebrew/3DVierv0.1.0.7z | ||
| source = https://github.com/Universal-Team/3DVier | | source = https://github.com/Universal-Team/3DVier | ||
}} | }} | ||
==3DVier | DSVier== | |||
3DVier is a Connect Four clone for Nintendo 3DS. | |||
https:// | '''It currently includes:''' | ||
* Multi Player on one console | |||
* Customizable interface colors | |||
==Support and Issues== | |||
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. | |||
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! | |||
==Screenshots== | |||
https://dlhb.gamebrew.org/3dshomebrew/3DViercharSelection.png | |||
https://dlhb.gamebrew.org/3dshomebrew/3DViercharcolorSettings.png | |||
https://dlhb.gamebrew.org/3dshomebrew/3DViercredits.png | |||
https://dlhb.gamebrew.org/3dshomebrew/3DVierkeyboard.png | |||
==Compilation== | |||
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, 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. | |||
==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]. | |||
[[Category:3DS homebrew games]] | [[Category:3DS homebrew games]] | ||
[[Category:Homebrew board games on 3DS]] | [[Category:Homebrew board games on 3DS]] |
Revision as of 04:45, 28 September 2021
Template:Infobox-3DS-Homebrews
3DVier | DSVier
3DVier is a Connect Four clone for Nintendo 3DS.
It currently includes:
- Multi Player on one console
- Customizable interface colors
Support and Issues
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.
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!
Screenshots
Compilation
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, 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.
Credits
The AI, or better said: (abMiniMax, MiniMax, NegaMax and abNegaMax) implementation is based from here and here.