Hacker News new | ask | show | jobs
by ezekg 2814 days ago
Honestly, I’d love to see a project like GoRails but for game programming, maybe with quarterly topics on eg making a FPS, RTS, etc. I would definitely pay a subscription for that.
1 comments

you might enjoy my video series. you will probably want to skip ahead to where we set up SDL2

https://gameswithgo.org/

> Go is also flexible in that it does not enforce a particular style of programming

That’s actually kind of a main theme of Go, that it’s very opinionated about what the right way to program is, and doesn’t do you any favors if you try to use it to do things in a way it doesn’t think aligns with that.