Browse Source

Merge branch 'main' of https://github.com/KeyKoder/cards-simulator into main

new_protocol
ThePerkinrex 5 years ago
parent
commit
e5c7bb556c
No known key found for this signature in database GPG Key ID: 1F45A7C4BFB41607
  1. 2
      README.md

2
README.md

@ -46,7 +46,7 @@ In this file, firstly, the name of the game, the version and the authors are spe
Then we have the script, in this case `game.rhai`: Then we have the script, in this case `game.rhai`:
```rs ```rust
// setup(data) -> data // setup(data) -> data
fn setup(data) { // Required fn setup(data) { // Required
print("Setting up UNO for " + data.players + " players"); print("Setting up UNO for " + data.players + " players");

Loading…
Cancel
Save