Ducktards
  • Home
  • Behind the Scenes
  • Daily Dev
  • Server stuff

Networking protocols

4/8/2016

 
Picture
Before you build your multiplayer game, you may want to quickly brush over the different protocols. If you're new to networking, I'd recommend TCP as it's more predictable. But it would be better if you decided for yourself!

Read More

Scripts

26/6/2016

 
Methods, functions, scripts. They're all the same thing, and they're all really simple! Click read more to learn!
Picture

Read More

Lists

24/6/2016

 
Picture
Lists are pretty self explanatory, they work exactly how you'd expect them to.

Functionality
​Nevertheless, they're an incredibly useful resource in programming, so this article will cover how they work.

​
Starting point
One thing you must remember about lists, is that they start at position zero. So if a list has four entries, the final entry will be position 3. This can be confusing at first.

Read More

Buffers

15/6/2016

 

Buffers are incredibly useful! They can be used to send data over the internet, to save and load from disk, or simply for general storage! Hopefully this article will help you understand how they work! Hit read more to expand!
Picture

Read More

    Only show:

    All
    Dev
    Documentation
    Networking
    Tutorial

  • Home
  • Behind the Scenes
  • Daily Dev
  • Server stuff