https://github.com/healeycodes/dm-multiplayer
👾 A game prototype for a 2D arena shooter.
https://github.com/healeycodes/dm-multiplayer
Last synced: 8 months ago
JSON representation
👾 A game prototype for a 2D arena shooter.
- Host: GitHub
- URL: https://github.com/healeycodes/dm-multiplayer
- Owner: healeycodes
- Created: 2024-06-27T21:23:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T07:32:49.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T17:43:09.941Z (over 1 year ago)
- Language: Go
- Homepage: https://healeycodes.com/2d-multiplayer-from-scratch
- Size: 1 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dm-multiplayer
> My blog post: [2D Multiplayer From Scratch](https://healeycodes.com/2d-multiplayer-from-scratch)
A game prototype for a multiplayer 2D arena shooter. About 4-5 hours of work.

See the blog post linked at the top for in-depth notes!
Run `go run main.go` and visit `http://localhost:8080`.
Deployable via Fly.io (see `fly.toml`).