Skip to content

Commit 85c9aec

Browse files
committed
add better desc
1 parent bc34459 commit 85c9aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2d-multiplayer-from-scratch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: "2D Multiplayer From Scratch"
33
date: "2024-06-30"
44
tags: ["go"]
5-
description: "Patterns and systems for realtime browser games."
5+
description: "Exploring patterns and systems for creating realtime browser games."
66
---
77

88
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

Comments
 (0)