Goals
Learn Git- Learn JS
- Make cool things
Resources
https://opendsa.cs.vt.edu/ODSA/Books/PL/html/index.html - CompSci Library https://www.nand2tetris.org/ - Chipset programming
Notes
{
"background.enabled": true, "background.customImages": [ "file:///FILE/PATH/GOES/HERE.png"], "background.useFront": false, "background.style": {
"opacity": 0.7, "background-size": "cover", "background-position": "center"
},
"workbench.colorTheme": "Ayu Dark Bordered", "background.fullscreen": { "images": [], "opacity": 0.91, "size": "cover", "position": "center", "interval": 0
}
}
VS Code Shortcuts
- Ctrl+X = Cut line (empty selection) You can erase the whole line you selected.
- Alt+ ↑ / ↓ = Move line up/down.
- Shift+Alt + ↓ / ↑ = Copy line up/down.
- Ctrl+Shift+K = Delete line.
- Home / End = Go to beginning/end of line.
- Ctrl+Home =Go to beginning of file.
- Ctrl+End =Go to end of file.
Projects
- Pomodoro timer
- Clock countdown
- Interactivity
- Animation per second
- Audio
- Encounter Creator (Difficult)
- Need Database Interactivity
- Levels
- Biomes
- Pull HP, Pg #, AC
- Weather App
- Weather API
- 5 Day Forecast
- Rain check?
- Snake
- Interactivity
- Canvas
- Dice Roller
- Set die type
- Set die quantity
- Advantage/Disadvantage