Skip to content

dhanush/go-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-games

pingpong.go demonstrates a Table Tennis game and cricket.go demonstrates a one sided cricket game.

Both these uses Goroutines and un buffered channels. These programs are inspired from the talk given by William Kennedy (@goinggodotnet).

Unfortunately these are not in packages so u need to run the programs separately and not from the main package.

go run pingpong.go

go run cricket.go

About

A sample Ping Pong game from GohperCon India talks. Uses Goroutines and channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages