-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
- Loading branch information
There are no files selected for viewing
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
m_EditorVersion: 5.3.3f1 | ||
m_EditorVersion: 5.3.4f1 | ||
m_StandardAssetsVersion: 0 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
Fireplacerock is a remake of the Blizzard Digtal card game Hearthstone. It is fullly a fan project, just doing it to have some fun, and learn what I can. | ||
Fireplacerock is a remake of the Blizzard Digtal card game Hearthstone. It is fullly a fan project, just doing it to have some fun, and learn what I can. | ||
|
||
Setup: | ||
requires: Node 4.4.0 | ||
launch with command node ./server in Server folder | ||
Then just launch and play the Unity Main Scene File | ||
|
||
To change what cards are in the deck Edit the testdeck.js file |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
|
||
|
||
exports.executeRune = function(rune, state) { | ||
|
||
} | ||
|
||
exports.canSee = function (params) { | ||
return true; | ||
} |