All Projects → zeliard → Gamelift

zeliard / Gamelift

Licence: mit
Game Server/Client Sample for Amazon GameLift

Projects that are alternatives of or similar to Gamelift

Rhubarb
A WebSocket library optimized for multiplayer JS games, works on WebWorkers with binary data.
Stars: ✭ 167 (+192.98%)
Mutual labels:  game-development, game-server
Lance
Multiplayer game server based on Node.JS
Stars: ✭ 1,161 (+1936.84%)
Mutual labels:  game-development, game-server
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (+142.11%)
Mutual labels:  game-development, game-server
Noahgameframe
A fast, scalable, distributed game server engine/framework for C++, include the actor library, network library, can be used as a real time multiplayer game engine ( MMO RPG/MOBA ), which support C#/Lua script/ Unity3d, Cocos2dx and plan to support Unreal.
Stars: ✭ 3,258 (+5615.79%)
Mutual labels:  game-development, game-server
Ark
ARK is a lightweight, agility, elastic, distributed plugin framework written in C++,make it easier and faster to create your own application service.
Stars: ✭ 370 (+549.12%)
Mutual labels:  game-development, game-server
Lollipopgo
稳定分支2.9.X 版本已更新,由【Golang语言游戏服务器】维护,全球服游戏服务器及区域服框架,目前协议支持websocket、http、KCP、TCP及RPC,采用状态同步(帧同步内测),愿景:打造MMO多人竞技游戏框架! 功能持续更新中... ...
Stars: ✭ 500 (+777.19%)
Mutual labels:  game-development, game-server
Agones
Dedicated Game Server Hosting and Scaling for Multiplayer Games on Kubernetes
Stars: ✭ 4,252 (+7359.65%)
Mutual labels:  game-development, game-server
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (+1049.12%)
Mutual labels:  game-development, game-server
Forgottenserver
A free and open-source MMORPG server emulator written in C++
Stars: ✭ 1,024 (+1696.49%)
Mutual labels:  game-server
Factory
Factory for object creation and dependency injection. Works with normal C# apps or under Unity3d
Stars: ✭ 50 (-12.28%)
Mutual labels:  game-development
Orbit
Open source collection of Reinforcement Learning Environments.
Stars: ✭ 44 (-22.81%)
Mutual labels:  game-development
Walbourn.github.io
Games for Windows and the DirectX SDK blog
Stars: ✭ 45 (-21.05%)
Mutual labels:  game-development
Strawberry
A tiny 2D game engine focused on usability and simplicity.
Stars: ✭ 51 (-10.53%)
Mutual labels:  game-development
Unity Package Tools
A set of developer tools to make it easier to create and distribute packages for the native Unity Package Manager.
Stars: ✭ 44 (-22.81%)
Mutual labels:  game-development
Bombanauts
Bombanauts, inspired by the original Bomberman game, is a 3D multiplayer online battle arena (MOBA) game where players can throw bombs at each other, make boxes explode, and even other players!
Stars: ✭ 54 (-5.26%)
Mutual labels:  game-development
Tank island
Top down 2D shooter game that involves blowing up tanks
Stars: ✭ 42 (-26.32%)
Mutual labels:  game-development
Simpleton Engine
What a stupid name for a library
Stars: ✭ 42 (-26.32%)
Mutual labels:  game-development
Wordagam
A fun & interactive word game 🍄
Stars: ✭ 55 (-3.51%)
Mutual labels:  game-development
Django Channels React Multiplayer
turn based strategy game using django channels, redux, and react hooks
Stars: ✭ 52 (-8.77%)
Mutual labels:  game-development
Soloud
Free, easy, portable audio engine for games
Stars: ✭ 1,048 (+1738.6%)
Mutual labels:  game-development

Amazon GameLift?

Amazon GameLift is a managed service for deploying, operating, and scaling session-based multiplayer games, reduces the time required to build a multiplayer backend from thousands of hours to just minutes. Available for developers using Amazon Lumberyard, Amazon GameLift is built on AWS’s highly available cloud infrastructure and allows you to quickly scale high-performance game servers up and down to meet player demand – without any additional engineering effort or upfront costs.

Amazon GameLift Deep Dive from Gaming on AWS 2016

The following presentation explains GameLift features and fundamentals: Amazon GameLift Deep Dive

This repository?

This repository consists of four projects:

  • GameLiftGameServer
    • A stand-alone game server example utilizing GameLift. But, it has no dependency with Lumberyard as well as GridMate.
    • WIN64-based game server which listens a TCP port for clients and handles those requests
  • DummyClients
    • WIN64-based client application for testing GameLift and GameLiftGameServer
    • Creating multiple clients which make TCP session to GameLiftGameServer and communicate GameLift service in order to establish game sessions and player sessions by using AWS C++ SDK
    • Game client workload generator: this can be extended for a GameLift scaling/stress test or scenario-based client bot test
  • Cocos2dxGameClient
    • A game client which integrates with Cocos2D-x game engine and AWS C++ SDK
    • GameLift Client API calls to GameLift services and a TCP connection to GameLiftGameServer
  • GameLiftLinuxServer
    • GameLiftGameServer Linux version

Overview: Screenshot

But, why?

I received many questions from game developers about GameLift. Major questions were like that:

  • Can we use other game engines such as Unreal3D and Unity3D with GameLift?
  • Can we leverage GameLift-alone with no dependency with Lumberyard?
  • How can we integrate our own game server to GameLift without GridMate?
  • Is there any other GameLift sample code using TCP protocol?

As you can see, the facts of the matter are to study GameLift-alone features for their game and they want to know how to use GameLift SDK. So, I have started to make a sample program for better communication with game developers. The goal of this project is to show interactions among a game server, game clients and Gamelift.

How?

It is easy to build and run GameLiftGameServer and DummyClients. The only prerequisite is Visual Studio 2013 or 2015.

  1. Open GameLiftGameServer solution file and then build it.
  2. Upload a GameLiftGameServer binary with affiliated files (dlls, logs in upload folder) by AWS CLI
  3. Create a GameLift Fleet by AWS Console
  4. Open DummyClients solution file and edit config.ini file. set ALIAS_ID, GAMELIFT_REGION and MAX_GAME_SESSIONS
  5. Build DummyClients and run. (AWS credential is required on your PC: environment variables or $HOME/.aws folder)
  6. For Cocos2dxGameClient, edit main.cpp file, set your ALIAS_ID, AWS_REGION, and then RUN! (you can login by pressing 'L' key.)

A Full-Stack Game Sample using GameLift

The sample code provided in this repository is focused on how to use GameLift features. See awslabs for an example of a real session-based multiplayer game.

And...

Some codes are written in a quick-and-dirty manner. But I plan to continuously improve these (if someone needs :)
Please pull-requests!

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].