https://github.com/joaokucera/unity-blackjack
A blackjack card game made with unity (v 2017.3.0 f3)
https://github.com/joaokucera/unity-blackjack
Last synced: about 1 month ago
JSON representation
A blackjack card game made with unity (v 2017.3.0 f3)
- Host: GitHub
- URL: https://github.com/joaokucera/unity-blackjack
- Owner: joaokucera
- License: mit
- Created: 2018-03-01T20:17:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T21:22:26.000Z (about 7 years ago)
- Last Synced: 2024-11-08T17:47:57.123Z (7 months ago)
- Language: C#
- Size: 4.33 MB
- Stars: 44
- Watchers: 2
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-games - Blackjack - blackjack) (Awesome Unity Games [](https://github.com/sindresorhus/awesome) / Board Games)
README
# A blackjack card game made with unity (v 2017.3.0) #
[](https://raw.githubusercontent.com/joaokucera/unity-blackjack/master/LICENSE)
It's a repository for a prototype made in between a day and another and refactored about 7 times in order to get a better readable code. Feel free to download, there is no license, no condition, just download it and use as you wish. I hope this helps you to study Unity.
#### Demo
Take a look on [WebGL live demo](https://rawgit.com/joaokucera/unity-blackjack/master/build/webgl/index.html).
##### Screenshots
![]()
![]()
##### How to improve it?
Create a fork of [unity-blackjack](https://github.com/joaokucera/unity-blackjack/fork).
Did you change it? [submit a pull request](https://github.com/joaokucera/unity-blackjack/pull/new/master).
##### License
Licensed under the MIT License.
##### Change Log
0.0.0 - Empty Project. (March 02, 2018).
0.0.1 - Source Code. (March 03, 2018).
0.1.0 - WebGL demo. (March 04, 2018).