Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xaliphostes/defend-or-die-pioupiou
https://github.com/xaliphostes/defend-or-die-pioupiou
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xaliphostes/defend-or-die-pioupiou
- Owner: xaliphostes
- License: mit
- Created: 2023-12-21T07:25:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T06:27:02.000Z (4 months ago)
- Last Synced: 2024-08-19T07:42:58.361Z (4 months ago)
- Language: JavaScript
- 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/)
Launch the NEW game using the WebSim AI...# 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
1. Math (rect/rect and rect/line intersection, notion of vector, ...)
2. English writting
2. Code documentation
2. Code testing