Update README.md

This commit is contained in:
Lyssa 2024-10-28 20:55:02 +04:00 committed by GitHub
parent d5e3fcadad
commit c84b638cfd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
Full decompilation of Buckshot Roulette's source code. Full decompilation of Buckshot Roulette's source code.
All of the Dealer AI code is in DealerIntelligence.gd. The rest of the script files are self-explanatory. All of the Dealer AI code is in DealerIntelligence.gd. The rest of the script files are self-explanatory.
Some functionality isn't implemented with GDScript (such as: the item limits) and is instead done with .tscn files which I will not be sharing here. Some functionality isn't implemented with GDScript (such as: the item limits) and is instead done with .tscn files which I will not be sharing here.
For multiplayer code go here:
https://github.com/thecatontheceiling/buckshotroulette_multiplayer