-
Notifications
You must be signed in to change notification settings - Fork 0
/
intro.mojo
22 lines (18 loc) · 1.33 KB
/
intro.mojo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
fn print_intro():
print("""
-------------------------------------------------------------------------------------
| ### MORABARABA ### |
| by Zbornak, powered by Impi AI and Mojo🔥 |
| |
| (__) |
| `------(><) |
| || (__) |
| ||w--|| |
| |
| A traditional 2-player strategy game from South Africa |
| |
| Type 'rules' during your turn to get the rules of the game or 'exit' to leave |
-------------------------------------------------------------------------------------
Sawubona, izilokotho ezinhle!
You are the dark cows(⑁⚇) and will start first. Impi is controlling the light cows(⑁⚉)
""")