# scratch-games **Repository Path**: dangzhiming/scratch-games ## Basic Information - **Project Name**: scratch-games - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-19 - **Last Updated**: 2024-03-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Simple games written in Scratch Images are links to YouTube videos. ## Make a game in 5 minutes with Scratch [![Make a game in 5 minutes with Scratch](http://img.youtube.com/vi/IrH5yQiL-B4/0.jpg)](http://www.youtube.com/watch?v=IrH5yQiL-B4 "Make a game in 5 minutes with Scratch") ## [Zmajko](https://scratch.mit.edu/projects/153513585/): Dragon and Knight [![Zmajko: Dragon and Knight](http://img.youtube.com/vi/R0NtMxZinHY/0.jpg)](http://www.youtube.com/watch?v=R0NtMxZinHY "Zmajko: Dragon and Knight") ## [Dinko](https://scratch.mit.edu/projects/153512934/): Dinosaur [![Dinko: Dinosaur](http://img.youtube.com/vi/eU7NDnDyffE/0.jpg)](http://www.youtube.com/watch?v=eU7NDnDyffE "Dinko: Dinosaur") ## [Mišo i Ciukalo](https://scratch.mit.edu/projects/153513269/): Cat and Mouse [![Mišo i Ciukalo: Cat and Mouse](http://img.youtube.com/vi/oMQUdzMcbbk/0.jpg)](http://www.youtube.com/watch?v=oMQUdzMcbbk "Mišo i Ciukalo: Cat and Mouse") ## [Sharko and Bernie](https://scratch.mit.edu/projects/467982933/): Shark and Crab [![Sharko and Bernie](sharko-and-bernie.png)](https://scratch.mit.edu/projects/467982933/ "Sharko and Bernie") # Git to Scratch - Compress a folder - example: `scratch.sb3` - File `scratch.sb3.zip` will be created - Rename it to `scratch.sb3` - Upload it to [online editor](https://scratch.mit.edu/) # Scratch to Git - Create a project with [online editor](https://scratch.mit.edu/) - Save it to the computer - The file will have `.sb3` extension - example: `scratch.sb3` - rename it to `scratch.sb3.zip` - unzip - there will be a folder `scratch.sb3` - the code is in `project.json` file (From http://stackoverflow.com/a/29616114/17469)