Modelling deck of cards started.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-11-13 21:03:37 -05:00
parent dbbbd22483
commit dd5bf4cb33
5 changed files with 21 additions and 1 deletions

View File

@ -0,0 +1,4 @@
accessing
initialize
| response |
response := self new.

View File

@ -0,0 +1,3 @@
accessing
suits
^ #('clubs ♣' 'diamons ♦' 'hearts ♥' 'spades ♠')

View File

@ -0,0 +1,13 @@
{
"commentStamp" : "",
"super" : "Object",
"category" : "RoloLudo",
"classinstvars" : [ ],
"pools" : [ ],
"classvars" : [ ],
"instvars" : [
"cards"
],
"name" : "DeckOfCards",
"type" : "normal"
}

View File

@ -1,3 +1,3 @@
accessing
collectionFromRepostory
collectionFromRepository
^ self collectionFromRepository: 'https://raw.githubusercontent.com/rsek/dataforged/main/dist/starforged/assets.json' language: 'en'