Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.06 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.06 KB

OSSU-computer-science

Final Project (Space Invaders)

The final project was to make a simple copy of the classic Space Invaders.

Space Invaders Gif

This are my notes of the Core Programming - How to Code - Simple Data

This topic was made using the edx How to Code: Simple Data course that is provided by the University of British Columbia

You can see the whole list here

Here are some usefull links that I used in this repository:

And here are some notes about racket:

  • Racket is a dialect of Lisp and descendant of Scheme;
  • We use Racket usually to refer to a set of tools, that are:
    • racket, the core compiler, interpreter, and run-time system;
    • DrRacket, the programming enviroment;
    • raco, a command line tool for executing RAcket COmmands that install packages, build libraries and more.