All Projects → crystal-bit → triple-triad-godot

crystal-bit / triple-triad-godot

Licence: other
Re-implementation of Triple Triad from Final Fantasy VIII. Made with Godot 3

Programming Languages

GDScript
375 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to triple-triad-godot

GestureControlledCamera2D
A Camera2D node controlled through gestures. It's also an example of how to use the Godot Touch Input Manager.
Stars: ✭ 39 (-36.07%)
Mutual labels:  godot, godot3
GodotGeometryElements
Geometry elements using Godot Engine 2.14 and Godot 3.0
Stars: ✭ 27 (-55.74%)
Mutual labels:  godot, godot3
MySQL Module
MySQL connector to Godot Engine.
Stars: ✭ 30 (-50.82%)
Mutual labels:  godot, godot3
Project-Map
No description or website provided.
Stars: ✭ 52 (-14.75%)
Mutual labels:  godot, godot3
godot-android-plugin-firebase
Godot 3.2.2 Android plugin for Firebase
Stars: ✭ 41 (-32.79%)
Mutual labels:  godot, godot3
liblast
A libre multiplayer FPS game created in Godot Engine
Stars: ✭ 92 (+50.82%)
Mutual labels:  godot, godot3
Godot-DialogGraphPlugin
A simple Godot plugin for dialog graph creation.
Stars: ✭ 58 (-4.92%)
Mutual labels:  godot, godot3
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (+29.51%)
Mutual labels:  godot, godot3
GodotProjects
Random projects made in Godot 2 and Godot 3
Stars: ✭ 12 (-80.33%)
Mutual labels:  godot, godot3
gdinv
More or less universal inventory system plugin for Godot Engine (3.3+). Data-driven.
Stars: ✭ 69 (+13.11%)
Mutual labels:  godot, godot3
godothub client
GodotHub Client Class, Multiplayer and network messaging for Godot
Stars: ✭ 16 (-73.77%)
Mutual labels:  godot
rolling stock
A web app for the board game Rolling Stock
Stars: ✭ 14 (-77.05%)
Mutual labels:  card-game
terrain-tool-godot4
GODOT 4 3D Terrain Editor (C# Plugin)
Stars: ✭ 22 (-63.93%)
Mutual labels:  godot
surfacer
AI and pathfinding for 2D-platformers in Godot.
Stars: ✭ 56 (-8.2%)
Mutual labels:  godot
godot-plugin-refresher
Adds a dropdown and refresh button combo to the toolbar for instantly toggling off/on a plugin. Enables faster workflows for Godot plugin developers.
Stars: ✭ 104 (+70.49%)
Mutual labels:  godot
Logic-Circuit-Simulator
A free and open-source Logic Circuit Simulator built in Godot Engine.
Stars: ✭ 23 (-62.3%)
Mutual labels:  godot
godot-nightly
A program to download the latest version of Godot Nightly Builds
Stars: ✭ 23 (-62.3%)
Mutual labels:  godot
Godot-3.0-Noise-Shaders
Godot 3.0 Noise Shaders
Stars: ✭ 38 (-37.7%)
Mutual labels:  godot
godopy
[WIP] Python scripting for the Godot game engine
Stars: ✭ 27 (-55.74%)
Mutual labels:  godot
OpMon-Godot
An open source Pokemon-inspired game, now with Godot
Stars: ✭ 50 (-18.03%)
Mutual labels:  godot

Triple Triad re-made with Godot

Triple Triad in Godot screenshot

"How difficult it is to recreate the Triple Triad card game with the Godot Engine?"

This repository is the answer to my question: the core of the game has been developed during my Devember 2018 challenge (a challenge where you have to code each day of December for at least 1 hour).


What is implemented

  • Basic game mechanics:
    • Turns
    • Cards placement
    • "Capture" mechanic
  • Data driven design for the Card node (all the data is taken from a JSON file)
  • Simple AI

How to run the game

From an executable

You can download a prebuilt executable for Windows/OSX/Linux from the release page.

From source (using Godot)

  1. Download Godot Engine 3.2.1
  2. Download this project
  3. Launch Godot Engine
  4. Import the project into Godot
    1. Select Scan
    2. Select the project folder
    3. Double click on Triple Triad
  5. Run the game by clicking on the Play button (or use the F5 key for a shortcut)!

Input Controls

  • Arrow keys to move the cursor
  • Space/Enter to confirm
  • Backspace to cancel

Contributing

You can contribute in different ways:

  • download this game and try it
  • talk with your friends about this project
  • tell me your opinions about this project
  • tweet about this project
  • report bugs
  • make Pull Requests to improve it or add new features

Code contributions

Before working on anything, I want to make sure that no-one is working on the same thing at the same time so please feel free to:

Note: I really would like to keep improving and expanding this project, I love TripleTriad and would love to add other features (eg: online multiplayer matches) but I don't have much time to invest on this project.
I already did what I wanted: give an answer to the question that I wrote at the beginning of this file.

Licensing

I'm not an expert on licensing and this project is borderline legally speaking. I would say:

  • every Godot related file (that I created) is released under MIT License:
    • scripts *.gd
    • scene files *.tscn
    • etc.
  • the original asstes (textures, music, ecc.) should not be reused. They are Squaresoft/SquareEnix property. I don't even know if I'm allowed to use them.

Thanks

Assets taken from:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].