1
0

Write README.md in English

This commit is contained in:
Atnanasi
2016-02-21 18:11:56 +09:00
parent 42e514a989
commit 3adae990d4
2 changed files with 57 additions and 18 deletions

View File

@@ -1,38 +1,27 @@
# otyaSMILEBASIC
SMILEBASIC 3.x互換BASIC
SmileBASIC 3.x Compatible BASIC
<img src="https://raw.githubusercontent.com/otya128/otyaSMILEBASIC/master/screenshots/GAME4SHOOTER.png">
## 速度
実行環境によるものの3DSよりは速い。
SYS/EX8TECDEMOのSPEED TEST括弧は旧3DS
|ないよう|スコア(はやいほど かずが おおきい)|
|---|---|
|たしざん|732293(153860)|
|PRINTぶん|351160(34391)|
|スプライトいどう|623998(67960)|
|ラインびょうが|394808(17720)|
# ビルド方法
# How to build
```sh
git clone git@github.com:otya128/otyaSMILEBASIC.git
cd otyaSMILEBASIC
dub run
```
## コンパイルするのに必要なもの
+ Dコンパイラ
## Dependency:build
+ D compiler
+ dub
+ DerelictSDL2
+ DerelictGL3
+ curl
## 実行時に必要なもの
## Dependency:run
+ SDL2
## 実装機能
動くコード例
## implemented function
Example code
```
FOR I=0 TO 100
IF I MOD 3==0 AND I MOD 5==0 THEN