An open API service indexing awesome lists of open source software.

https://github.com/xaliphostes/defend-or-die


https://github.com/xaliphostes/defend-or-die

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Defend or die
Written using [p5.js](https://p5js.org/)


Launch the game...

# Notions for this course
- Variables in TypeScript
- Classes with constructor, private, public and protected methods, encapsulation...
- `type` keyword
- Loop
- Container (array)
- Third party library: [p5.js](https://p5js.org/)
- Global variables
- Functions

## with also an overview of
- node.js
- packages under node.js
- git
- github
- html
- css

## and of course, with some essential knowledge in
- Math (rect/rect and rect/line intersection, notion of vector, ...)
- English writting
- Code documentation
- Code testing