Skip to content

Instantly share code, notes, and snippets.

View nonkit's full-sized avatar
🙂
created a new repository StickerAid

Nonki Takahashi nonkit

🙂
created a new repository StickerAid
View GitHub Profile
@roachhd
roachhd / README.md
Last active March 28, 2024 06:44
Teach Kids Programming

Teach kids programming 🆒

2 min read

![][4]

A collection of resources

I've been gathering the best resources to teach children & teens programming — books, environments, apps, courseware and games.

@hakelimopu
hakelimopu / GuessMyNumber.fs
Created March 30, 2016 03:42
Quick Shot #1: Guess My Number
open Microsoft.SmallBasic.Library
//Guess My Number
//1. Computer picks a number between 1 and 100
//2. Player makes a guess
//3. Computer tells player if guess was too high or too low
//4. If the guess is not correct, go back to 2
//5. When the guess is correct, report how many guesses it took.
type GameState = {