My first game in Godot with C#
Find a file
msh31 27b5c8cdf0
feat: complete game!
- add colorRect for background color / win indicator
- add textureRect for showing the A.I.'s move to the player
- add seperate update UI method like the casino game
- improve logic
- make game's default size bigger (1600x900)
2025-09-17 23:17:43 +02:00
.editorconfig initial commit 2025-09-17 13:42:59 +02:00
.gitattributes initial commit 2025-09-17 13:42:59 +02:00
.gitignore initial commit 2025-09-17 13:42:59 +02:00
icon.svg initial commit 2025-09-17 13:42:59 +02:00
Main.cs feat: complete game! 2025-09-17 23:17:43 +02:00
Main.cs.uid feat: link buttons to a main class 2025-09-17 17:35:41 +02:00
node_2d.tscn feat: complete game! 2025-09-17 23:17:43 +02:00
paper.png feat: complete game! 2025-09-17 23:17:43 +02:00
project.godot feat: complete game! 2025-09-17 23:17:43 +02:00
README.md feat: complete game! 2025-09-17 23:17:43 +02:00
rock.png feat: complete game! 2025-09-17 23:17:43 +02:00
scissors.png feat: complete game! 2025-09-17 23:17:43 +02:00