Member-only story
Let’s build PacMan with Go (Golang)
Welcome back! As most of you know, Go (or Golang) is an awesome programming language that can build alot of different projects, so let’s build a game with Go. Now, this specific game we’re building is the legendary PacMan game! This game is already built out for us and hosted on GitHub, if check out this project, here is the link below (please make sure to give all of the credit to the original coder):
Starting off, we have several different files within this project, we have several folders, and the main.go file:
Each of these folders are setup in different steps, which actually helps extremely well with splitting up the project!