https://github.com/suglasp/pwsh_multiplication_exercises
little program in Powershell to do multiplication exercises for kids (optional, with sounds).
https://github.com/suglasp/pwsh_multiplication_exercises
funscript powershell pwsh
Last synced: 8 months ago
JSON representation
little program in Powershell to do multiplication exercises for kids (optional, with sounds).
- Host: GitHub
- URL: https://github.com/suglasp/pwsh_multiplication_exercises
- Owner: suglasp
- Created: 2020-03-11T09:18:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-28T18:01:35.000Z (over 5 years ago)
- Last Synced: 2025-01-19T22:41:51.885Z (over 1 year ago)
- Topics: funscript, powershell, pwsh
- Language: PowerShell
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Powershell program for questioning Multiplication or Division practices.
Written for my children in the 2nd and 3th class (~7-9 years old).
This is a translated version from Dutch to English.
Notice:
To enable sounds, set in the script the parameter [bool]$global:SFXEnabled from $false to $true
[bool]$global:SFXEnabled = $true
I did not include the sounds, because for the original version, I used the "cool" sound files from the game Quake 3 Arena in wav format.
If you extract them from the game and copy the needed sounds files in the same folder where the .cmd and .ps1 files are, you have sound.
Sound files needed from Quake 3 Arena:
- one.wav
- two.wav
- three.wav
- impressive.wav
- prepare.wav
- fight.wav
- perfect.wav
- excellent.wav
- tiedlead.wav
- lostlead.wav
- wearoff.wav