All Projects → SocketWeaver → karting

SocketWeaver / karting

Licence: other
A multiplayer racing example project in Unity using the SocketWeaver SDK

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to karting

Ogar3
A better version of Ogar
Stars: ✭ 22 (-43.59%)
Mutual labels:  multiplayer, multiplayer-game
Frag.exe
Multiplayer First-Person Shooter written in C++ using my own engine, Qor
Stars: ✭ 8 (-79.49%)
Mutual labels:  multiplayer, multiplayer-game
MyRTS
Multiplayer RTS game prototype written in Java using LibGDX
Stars: ✭ 17 (-56.41%)
Mutual labels:  multiplayer, multiplayer-game
PlaceInvaders
Multiplayer AR game sample
Stars: ✭ 24 (-38.46%)
Mutual labels:  multiplayer, multiplayer-game
Magicallife
A 2d game that aspires to be similar to Rimworld, with more depth, magic, and RPG concepts.
Stars: ✭ 145 (+271.79%)
Mutual labels:  multiplayer, multiplayer-game
space
A SCI-FI community game server simulating space(ships). Built from the ground up to support moddable online action multiplayer and roleplay!
Stars: ✭ 25 (-35.9%)
Mutual labels:  multiplayer, multiplayer-game
Ancientbeast
Turn Based Strategy Game. Master your beasts! 🐺
Stars: ✭ 907 (+2225.64%)
Mutual labels:  multiplayer, multiplayer-game
SuperCTF
A multiplayer capture the flag game made in Godot with love and blood. Running live at www.superctf.com
Stars: ✭ 26 (-33.33%)
Mutual labels:  multiplayer, multiplayer-game
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (+233.33%)
Mutual labels:  multiplayer, multiplayer-game
Forgenetworkingremastered
In short, Forge Networking is a free and open source multiplayer game (multi-user) networking system that has a very good integration with the Unity game engine. You wanna make a multiplayer game or real time multi-user application? This is the library for you.
Stars: ✭ 1,338 (+3330.77%)
Mutual labels:  multiplayer, multiplayer-game
cards-over-lan
A Cards Against Humanity clone for LAN play. Works on desktop and mobile. Supports custom cards in multiple languages.
Stars: ✭ 45 (+15.38%)
Mutual labels:  multiplayer, multiplayer-game
Unity Fastpacedmultiplayer
Features a Networking Framework to be used on top of Unity Networking, in order to implement an Authoritative Server with Lag Compensation, Client-Side Prediction/Server Reconciliation and Entity Interpolation
Stars: ✭ 162 (+315.38%)
Mutual labels:  multiplayer, unet
Crystalshire
Legacy VB6 open-source ORPG
Stars: ✭ 24 (-38.46%)
Mutual labels:  multiplayer, multiplayer-game
text
An experiment with WebSockets and the human condition.
Stars: ✭ 51 (+30.77%)
Mutual labels:  multiplayer, multiplayer-game
LunarGdx
A networking library for LibGDX utilizing Netty allowing easy creation of multiplayer games.
Stars: ✭ 23 (-41.03%)
Mutual labels:  multiplayer, multiplayer-game
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (+1871.79%)
Mutual labels:  multiplayer, multiplayer-game
Unity-Firebase-Multiplayer-Example
Multiplayer and Matchmaking system using Firebase Realtime Database in Unity
Stars: ✭ 32 (-17.95%)
Mutual labels:  multiplayer, multiplayer-game
OpenTrivia
Multiplayer quiz game demo using React and Opentdb API
Stars: ✭ 47 (+20.51%)
Mutual labels:  multiplayer, multiplayer-game
Ubernet
Flexible networking library for Unity
Stars: ✭ 10 (-74.36%)
Mutual labels:  multiplayer, photon
Mrboom Libretro
Mr.Boom is an 8 player Bomberman clone for RetroArch/Libretro
Stars: ✭ 162 (+315.38%)
Mutual labels:  multiplayer, multiplayer-game

Karting

Alt text

Medium Tutorial

Part 1

https://medium.com/@peterzhou43/how-to-create-a-multiplayer-racing-game-in-unity-part-1-11017072bc68

Part 2

https://medium.com/@peterzhou43/how-to-create-a-multiplayer-racing-game-in-unity-part-2-8cbaaecceb2

Requirements

  1. Unity 2018.3.4 or later. You can download the latest version of Unity here: https://unity3d.com/get-unity/download
  2. A SocketWeaver Account. You can create a SocketWeaver Account for free here: https://portal.socketweaver.com

All accounts get 20GB of data for FREE every month.

What we are making

In this tutorial, we are going to make a multiplayer racing game in Unity. We will show you the process step-by-step. By the time you finished reading this tutorial, you will be ready to start converting your own game or explore more advanced features that our Unity SDK SWNetwork provides.

Source Code

The source code of this tutorial is hosted at: https://github.com/SocketWeaver/karting

The repository has two Unity Projects:

Starter

The starter project of the tutorial. It has all the assets you need to complete the tutorial.

Multiplayer

The final playable multiplayer game.

Community

If you have questions about the tutorial, join our discord server at: https://discord.gg/qXt7Bkf

Home
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].