AI and Engine pack: Card Games
Two Units
$25.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/07(2023) |
25.0 |
09/07(2023) |
17.5 |
09/21(2023) |
25.0 |
11/07(2024) |
25.0 |
Jump AssetStore
A lightweight time-saver tool for those who wish to include classic card games in their Unity projects. This AI & Engine pack comes equipped with fully functional engines for seven classic card games.The demos have been created using the built-in RP, but the asset itself works well with any pipeline.AI and Engine pack for Card Games contains 7 classic games:BlackjackCasinoGOPS (Game of Pure Strategy)HeartsNinety-NineSevensTop TrumpsAll the games work well as minigames or challenges in a bigger game! You only need to implement the front-end; the engine handles the rest. Each game has three difficulty levels for the AIs: easy, medium, and hard.The enginesAll engines are implemented in C# and have the game's table and state easily accessible through public enumerations.Each game has a unique AI with lightweight computation, allowing fast computation times, even on low-end devices. The engines always call the AI in a separate thread to ensure that the main thread won't get busy.AIsThe AIs can be used separately to ask for a move or simply by letting the engine do its job! If you wish to provide a player with hints on the next moves, the AIs can help you with that as well. Interacting with the AIs happens simply through the MakeMove()-method!DocumentationThe documentation includes rules for all the games as well as script reference for all the necessary methods.DemosDemo implementations for all games are included in the demo script. The demo also includes things such as textures for cards, enabling fast proof-of-concept development. You are free to use these demos as is or modify them to suit your needs.If you have any questions or suggestions for additional functionality for the pack, do not hesitate to contact us via email!If you find this tool helpful, please let us know by leaving a review. All feedback is appreciated.