We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Creating a multiplayer game in Go, from zero

Formal Metadata

Title
Creating a multiplayer game in Go, from zero
Title of Series
Number of Parts
798
Author
Contributors
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Without having any previous experience on building any type of games, I entered on a journey to replicate a game I used to play and I never found a recent implementation of it: Tower Line Defence.Which is why, I decided to do it myself, like so many projects born out of frustration. I will walk you through the path I took from creating simple games: snake, space aliens, shoot the enemy in order to learn Ebiten, and then creating the game I wanted including both the client & the server side for the multiplayer aspect of it. Bonus:Including all the struggles I encountered during the process Bonus 2: You'll be able to play it too! :)