You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2d-multiplayer-from-scratch.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: "2D Multiplayer From Scratch"
3
3
date: "2024-06-30"
4
4
tags: ["go"]
5
-
description: "Patterns and systems for realtime browser games."
5
+
description: "Exploring patterns and systems for creating realtime browser games."
6
6
---
7
7
8
8
I recently built a game prototype for a 2D arena shooter. Here are my notes on some of the patterns I used and the design of the server and client systems.
0 commit comments