UNPKG
gypsyai
Version:
latest (1.0.1)
1.0.1
1.0.0
Gypsy Cards Simple AI routines
github.com/Giovanni-Cardona/gypsyai
Giovanni-Cardona/gypsyai
gypsyai
/
gypsyai.js
8 lines
(7 loc)
•
141 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
module
.
exports
.
AIPlay
=
function
(
) {
var
total =
0
;
for
(
var
index
in
arguments
) { total +=
arguments
[index]; }
return
total; };