Content tagged multiplayer

A multiplayer video game is a video game in which more than one person can play in the same game environment at the same time, either locally or over the internet.

Report Tag

380 usages of this tag
13
This content is deleted
Blog Post
RTS update #1: architecture
6 favourites

Since my first blog I've been putting together the overall architecture of the game. You can see some of the initial work in the commit log on GitHub. This can...

5
This content is deleted
Blog Post
RTS update #2: Classes
3 favourites

Since the last blog I've added some very basic interactivity. You can click to select units, and click somewhere else to move the selected units there. They jus...

6
This content is deleted
Blog Post
RTS devlog #3: Minimal multiplayer milestone
4 favourites

You can now play a minimally multiplayer version of the RTS live online at CommandAndConstruct.Com ! It's an unoptimized export running on a cheap web host so i...

4
This content is deleted
Blog Post
RTS devlog #4: Collision detection and combat
2 favourites

Since the last devlog I've been working to get to a minimally playable game. Units now have turrets, they can fire at each other, and get blown up when they tak...

5
This content is deleted
Blog Post
RTS devlog #5: input and gestures
1 favourites

In the week or so since the last devlog I've mostly been working on mouse and touch input, as you can see from the commit history . The player can now drag a se...

7
This content is deleted
Blog Post
RTS devlog #6: 1000 units bandwidth
4 favourites

After the last devlog I had the basic controls for scrolling and zooming a larger level. Mostly for a laugh, I threw in 1000 units and set up a huge battle. Tha...

11
This content is deleted
Blog Post
RTS devlog #8: How to beat lag
1 favourites

It's time to deal with the bane of online multiplayer games: Lag . Previously Command & Construct just displayed raw network updates - as soon as a message arri...

  • 5 replies
  • 2.7K views
This content is deleted
Forum Topic
Shinobi G.E.N.G.O (Early Alpha)
0 favourites

Website: Discord: Join me as I create the game of my dreams. Inspired by an old Byond game called Naruto GOA and a more recent game, Zelda: Breath of the Wild,...

posted 5 years ago
  • 2 replies
  • 1.3K views

Is it possible to turn your smart phone into a motion controller for a desktop game like a wii remote? I've been fiddling with motion controls in one project, b...

  • 1 replies
  • 1.1K views
This content is deleted
Forum Topic
Multiplayer Peer spurious motion on collisions
0 favourites

Sorry about not using the template, it did not appear. Issue: Curious jittering of player sprite on peer when it collides with solid object. How to show issue:...