Skip to content

luanraithz/OSSU-How-to-Code-Simple-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.