mirror of
https://github.com/kou029w/microbit-life-of-game.git
synced 2025-01-18 07:55:01 +00:00
16 lines
507 B
Markdown
16 lines
507 B
Markdown
|
# microbit-life-of-game
|
||
|
|
||
|
micro:bitでライフゲームが動きます
|
||
|
|
||
|
## 動作手順
|
||
|
|
||
|
あらかじめ [Offline Development - micro:bit runtime](https://lancaster-university.github.io/microbit-docs/offline-toolchains/) などを参考に、yottaをインストールします
|
||
|
|
||
|
```
|
||
|
git clone https://github.com/kou029w/microbit-life-of-game
|
||
|
cd microbit-life-of-game
|
||
|
yt build
|
||
|
```
|
||
|
|
||
|
`./build/bbc-microbit-classic-gcc/source/microbit-life-of-game-combined.hex` をmicro:bitにコピーすると動作します
|