EiichiroIto / microwitch2

micro:witch implemented in Pharo Smalltalk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

micro:witch2

Build Status

日本語

micro:witch2 is a block-style programming environment for BBC micro:bit.

micro:witch2 is the successor to micro:witch and is implemented in Pharo Smalltalk 10.

screenshot1

Install on Windows

  1. Go to release page, and download a latest release file.
  2. Extract the zipped release file.
  3. Double-click microwitch.exe to start the application.

Initialize micro:bit

  1. Start micro:witch2 application.
  2. Connect a micro:bit to your PC.
  3. Wait for the PC to recognize the micro:bit.
  4. Select "Initialize micro:bit" from the Tools menu.
  5. Click YES to initialize the micro:bit.
  6. Again, wait for the PC to recognize the micro:bit.

Getting Started

  1. Start micro:witch2 application. (see "Install on Windows")
  2. Connect a micro:bit to your PC.
  3. Click "display" at the top left of the screen.
  4. Drag and drop "scroll Hello" block into the area on the right.
  5. Double-click on the block to see hello on the micro:bit.

Install repository on Pharo

micro:witch2 sources available on github (https://github.com/EiichiroIto/microwitch2/).

Metacello new
    baseline: 'Microwitch';
    repository: 'github://EiichiroIto/microwitch2/src';
    load.

Limitations

  • It has no micro:bit simulators.

License

  • MIT LICENSE

About

micro:witch implemented in Pharo Smalltalk

License:MIT License


Languages

Language:Smalltalk 94.4%Language:C++ 3.2%Language:Python 2.2%Language:Makefile 0.1%Language:C 0.0%