39 lines
615 B
Markdown
39 lines
615 B
Markdown
## Samples of MY-BASIC
|
|
|
|
This folder contains severial sample programs of MY-BASIC.
|
|
|
|
### Contents
|
|
|
|
**Fundamental**
|
|
|
|
Including loop, condition, and other fundamental statements.
|
|
|
|
sample01.bas
|
|
sample02.bas
|
|
sample03.bas
|
|
sample04.bas
|
|
|
|
**Sub routine**
|
|
|
|
sample05.bas
|
|
|
|
**Prototype based class**
|
|
|
|
sample06.bas
|
|
|
|
**A Brainfuck interpreter in MY-BASIC**
|
|
|
|
sample07.bas
|
|
|
|
**A comprehensive simple game named YARD (Yet Another RPG Dungeon)**
|
|
|
|
yard/entity.bas
|
|
yard/goal.bas
|
|
yard/level.bas
|
|
yard/map.bas
|
|
yard/monster.bas
|
|
yard/npc.bas
|
|
yard/player.bas
|
|
yard/start.bas
|
|
yard/utils.bas
|