An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

        

# A blackjack card game made with unity (v 2017.3.0) #

[![License](http://img.shields.io/:license-MIT-blue.svg)](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).