More actions
No edit summary |
m (Text replacement - "|download=https://dlhb.gamebrew.org/dshomebrew/" to "|download=https://dlhb.gamebrew.org/dshomebrew2/") |
||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox | {{Infobox DS Homebrews | ||
| title | |title=Tic Tac DS | ||
| image | |image=Tictacdsjon2.png | ||
| type | |description=Simple tic-tac-toe clone. | ||
| version | |author=Jonatan Schneevoigt (Jonatan) | ||
| | |lastupdated=2021/03/08 | ||
| | |type=Board | ||
|version=3.1 | |||
| | |license=GPLv3 | ||
| source | |download=https://dlhb.gamebrew.org/dshomebrew2/tictacdsjon.7z | ||
}} | |website=https://github.com/Jonatan6/Tic-Tac-DS | ||
|source=https://github.com/Jonatan6/Tic-Tac-DS | |||
}} | |||
Tic Tac DS is a simplistic Tic-Tac-Toe clone for the Nintendo DS. This homebrew is programmed in C. | Tic Tac DS is a simplistic Tic-Tac-Toe clone for the Nintendo DS. This homebrew is programmed in C. | ||
Line 26: | Line 25: | ||
==Screenshots== | ==Screenshots== | ||
https://dlhb.gamebrew.org/dshomebrew/tictacds03.png | https://dlhb.gamebrew.org/dshomebrew/tictacds03.png | ||
https://dlhb.gamebrew.org/dshomebrew/tictacds04.png | https://dlhb.gamebrew.org/dshomebrew/tictacds04.png | ||
<!--BEGIN Online Emulator Section--> | |||
==Online emulator== | |||
{{EmulatorJS Main | |||
|width=515px | |||
|height=384px | |||
|EJS_backgroundImage=https://www.gamebrew.org/images/8/8a/Tictacdsjon2.png | |||
|EJS_core=desmume2015 | |||
|EJS_gameName=Tic Tac DS | |||
|EJS_gameUrl=https://dlhb.gamebrew.org/onlineemulators/nds/tictacdsjon.7z | |||
}} | |||
{{DS Control Settings}} | |||
<!--END Online Emulator Section--> | |||
==Changelog== | ==Changelog== | ||
'''v3.1 2021/03/08''' | '''v3.1 2021/03/08''' | ||
Line 49: | Line 56: | ||
* Initial release. Compiled with devkitPro. | * Initial release. Compiled with devkitPro. | ||
==External links== | |||
* GitHub - https://github.com/Jonatan6/Tic-Tac-DS | |||
Latest revision as of 11:12, 16 August 2024
Tic Tac DS | |
---|---|
General | |
Author | Jonatan Schneevoigt (Jonatan) |
Type | Board |
Version | 3.1 |
License | GPLv3 |
Last Updated | 2021/03/08 |
Links | |
Download | |
Website | |
Source | |
Tic Tac DS is a simplistic Tic-Tac-Toe clone for the Nintendo DS. This homebrew is programmed in C.
Currently it has 2 modes: Multiplayer and CPU Battle, The CPU has 3 difficulties.
User guide
Take turn to place a sign to connect three same signs on a line in order to win.
Controls
Operate with Stylus.
Start/Select - Options menu
Screenshots
Online emulator
Nintendo DS | Keyboard |
---|---|
Changelog
v3.1 2021/03/08
- Fix a couple of bugs and change some small things.
v3.0 2020/07/04
- Added CPU battles with 3 difficulties, fixed bugs.
v2.5 2020/07/02
- Fixed bugs and added title screen.
v2.0 2020/06/30
- Fixes a lot of glitches, and improves on the overall experience.
- Added a options menu (you can access it by clicker START or SELECT), that has a bunch of interesting new stuff.
v1.0 2020/06/29
- Initial release. Compiled with devkitPro.