Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 952 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 952 Bytes

Scratch-game

This is my first project for CS50 (introduction to computer science from Harvard university) on EDX.org.

Usage

To play:

To see the code:

  • just click on (see inside) button.

What I Learned:

  • how computers represent information in memory (binary representation).
  • computional thinking - algorithms (in other word) the process of creating function and how to think through that process (intelligently first then ).
  • basic programming constructs (functions - conditions - boolean expressions - loops) and how to do something useful with them (creating a game).
  • learn abstraction (in other word) functions decomposition technique or think in coding process as if consists only from functions.