Node TSSSF thing
Majority of art work for the original cards by Pixel Prism Original Game by Horrible People Card list shamelessly taken from tsssf.cards Art for the testing set taken from a few places that I cannot remember, I am sorry.
- Card-Art.git → large-art: Not needed unless you wish to redo the art assests
Sent when connected. Indicates the connected user's own id.
client
Connected user's client information.
Requests a name from the client.
msg
message to display, may indicate why last name was invalid.
Responds to the getName
request.
name
the name the client wishes to use.
Displays a list of rooms to the client.
rooms
list of room objects.
Request to the server to join the specified room
room
Id of the room the user wishes to join
Indicate a user is joining a room
client
User object for the user who is joiningroom
Room object that the user is joining
Lists the users inside a room. Sent to a client when they join a room.
clients
List of users inside the Roomroom
Room the users are in
Indicate a user is leaving a room.
client
User object for the user who is leavingroom
Room object that the user is leaving
Indicate a change of room ownership
owner
User object of the new ownerroom
Room object the change corresponds to
Sends a chat message to the room
msg
Chat message being Sent
Indicates a chat message has been received
msg
Chat message that was receivedclient
User object of whom sent the chat
Lists the cards that will be used in the game
cardList
The list of cardsroom
The current room
The grid as it currently stands
grid
An array of card id's and their position in the grid
Cards the client is playing
cards
list of the cards the client is playing, identified by id and positiontriggeredCard
The id of the card who's effect is triggeredparams
The paramaters for the triggered card's effect, see effects below.
Requests the server to resend gridState
pony
orship
- The deck the card is to be drawn from.
- The id of the pony card who's effect is being copied
- The first paramater for the copied effects
- Secon paramater ect...
- The first card to be swapped
- The second card to be swapped