https://github.com/xaliphostes/defend-or-die
https://github.com/xaliphostes/defend-or-die
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaliphostes/defend-or-die
- Owner: xaliphostes
- License: mit
- Created: 2023-12-16T11:32:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-18T16:53:37.000Z (over 1 year ago)
- Last Synced: 2025-02-03T14:40:29.374Z (4 months ago)
- Language: TypeScript
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Defend or die
Written using [p5.js](https://p5js.org/)# 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