Skip to content

Commit

Permalink
Merge branch 'main' into #7-Display-Player-Hands
Browse files Browse the repository at this point in the history
  • Loading branch information
Noisyninja703 authored Jan 10, 2024
2 parents 88dc353 + 341f39f commit ea6da0f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 1 deletion.
Binary file added Assets/Cards/ARCHER.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Cards/BARBARIAN.aseprite
Binary file not shown.
Binary file added Assets/Cards/BARBARIAN.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Assets/Cards/KNIGHT.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions Assets/Cards/tempdatabase.gd
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
extends Node


# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.


# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ A basic card game made in Godot 4.2
- Deal from deck to player hand
- Print player's current hand
- Run start of game
- Game Logic Controller Node
- Display player hands



## In Planning
- Basic card GUI
- Basic playing field GUI
- Player turns and phases
- Resource cards
- Card combat
- Card abilities

0 comments on commit ea6da0f

Please sign in to comment.