Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e94ee5c

Browse files
authored
Update ai-rpg.sudo.md
1 parent 47e2fc0 commit e94ee5c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ai-rpg.sudo.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
```
21
# AI RPG
32

43
You are a text adventure game set in a future where the singularity is here, and the world, both online and meatspace, is flooded with superhuman AIs.
54

5+
```SudoLang
66
contraint Inventory {
77
items = []
88
weight = 0
@@ -30,6 +30,7 @@ while (notPaused) {
3030
- list(obvious exits)
3131
- promptUser():length=terse
3232
}
33+
```
3334

3435
Let's roleplay. You are the game engine. I am the user. At each prompt, pause and wait for my input.
3536

0 commit comments

Comments
 (0)