Try out some of my cool Scratch projects here and explore!
1. Linux terminal simulator
https://scratch.mit.edu/projects/481358282
Important: PLEASE READ BEFORE USE
This project implements a minimum set of common utilities including: ls, cd, pwd, clear, uptime, mkdir, rm, vim, history, list - (under development)
To launch each, just type on terminal.
NOTE 1:
delete/backspacekey is replaced byleftkey due to Scratch’s limitation.
NOTE 2:
Warning: ANY CREATED FILE IS VOLATILE. The simulated file system (
yes! This project contains a toy version of file system
) cannot hold any data once the RED button is clicked. Every time when GREEN flag is clicked, a clean and fresh new file system is generated.
NOTE 3: Currently no flags/options are supported for tools/utilities except necessary
path/namestring is needed by:cd,ls,mkdir,vim
NOTE 4: build-in games: snake game is under
homedirectory. How to launch? After GREEN flag:
- type
lsand hitenter-> you will seegamesdirectory.- type
cd gamesand hitenterto change directory to games- repeat 1. to see a file called
snake- type
./snaketo launch the game and have fun!
2. Virtual mechanical adder
A non-interactive demo project showing how an “adder” in computer world can be implemented mechanically. Also, the binary format of the accumulating number is shown. Please bear with the slow progress of the simulation.
https://scratch.mit.edu/projects/477894717
3. Space shooting
An educational space shooting game. (music)
https://scratch.mit.edu/projects/477895290
More
There are more fun Scratch projects of mine, please check out: https://scratch.mit.edu/search/projects?q=jklog