gm_networking
Buffer-based networking example
A simple GameMaker networking example mimicking 39dll network games' behavior based on the first byte in the buffer.
Simple networking example, which mimics how 39dll network games were working (actions performed basing on first byte in buffer).
2 stars
1 watching
1 forks
Language: Game Maker Language
last commit: over 1 year ago
Linked from 1 awesome list
gamemakernetworking
Related projects:
Repository | Description | Stars |
---|---|---|
gmclan-org/gm_boomers_networking | A GameMaker Studio 2023.6+ networking implementation inspired by the classic 39dll example. | 2 |
timvn/gmnest | A socket.IO-based extension for Game Maker, enabling real-time communication and networking capabilities. | 1 |
0xfa11/gamenetworkingresources | A curated collection of resources and articles on game networking programming, focusing on challenges, techniques, and best practices for developing multiplayer games. | 7,468 |
firstgeargames/fishnet | A feature-rich Unity networking solution aimed at powering games with reliable, efficient, and flexible networking. | 1,396 |
fish-tennis/gnet | High-performance network library for game servers using Go. | 20 |
unity-technologies/com.unity.netcode.gameobjects | Provides networking capabilities to GameObject and MonoBehaviour workflows in Unity, enabling multiplayer functionality. | 2,153 |
gmclan-org/piano_example | Demonstrates how to dynamically change audio pitch by semitones in GameMaker | 8 |
overtorment/noobhub | Provides network multiplayer and messaging functionality for various game engines and platforms | 321 |
gmclan-org/compatibility-scripts | Scripts to simplify the transition from GameMaker 1.4 to newer versions. | 1 |
dblock/slack-gamebot | A Slack-based bot for playing various games and tracking user interactions | 129 |
ggabriel96/lasso | A C++ game loop implementation that abstracts away common game logic and provides a flexible framework for building games. | 10 |
benal20/agenda.gml | Provides a promise-like structure for scheduling and chaining callbacks in GameMaker games. | 2 |
dahrkael/libquicknet | A small UDP networking library for games with features like reliable message delivery and simple setup. | 31 |
kurehajime/pong-command | A simple CLI game implemented in Go | 176 |
smilex/zed_net | A lightweight, single-file networking library for creating simple UDP connections in games. | 60 |