-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
User story
As a game designer, I want to implement a more or less game in order to launch my company
Conditions of satisfaction
| Name | Description | Status |
|---|---|---|
| C1 | Set an entry point for a function | ✔️ |
| C2 | Set variable type to enum type | ✔️ |
| C3 | Instruction enum splitter to get enum litterals | ✔️ |
| C4 | Set instruction input value | ✔️ |
| C5 | Create Getter/Setter of parameters/returns | ✔️ |
| C6 | Create internal variables in function | ❌ |
| C7 | Link multi times to flowIn | ✔️ |