Skip to content

little program in Powershell to do multiplication exercises for kids (optional, with sounds).

Notifications You must be signed in to change notification settings

suglasp/pwsh_multiplication_exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

little program in Powershell to do multiplication exercises for kids (optional, with sounds).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published