DEV Community

Cover image for Building an infinite scroll game with Go
cheikh
cheikh

Posted on

Building an infinite scroll game with Go

Hey folks, I wrote about building an infinite-scroll game (like flappy bird) with Go. I leverage Goroutines to handle some aspects of the game (kinda like the cell processor's SPUs). You can read about it here : https://medium.com/@cheikhhseck/building-an-infinite-scroll-game-with-go-57bcb68642e0?source=friends_link&sk=556d552c92c49c98593633d4c0aea199

Top comments (0)