Skip to content

alexrios/goroutine-drums

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Goroutine Drums

How to run

go run main.go player.go colors.go

Files

├── colors.go --> configure colors
├── drums --> Our .wav files goes here
│   ├── hihat.wav
│   ├── kick.wav
│   └── snare.wav
├── go.mod
├── go.sum
├── main.go --> Here you can edit and have some fun
├── player.go --> the player itself
└── README.md --> YOU ARE HERE =D!

About

Let's play some drums?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages