All Projects → tomlooman → Epicsurvivalgameseries

tomlooman / Epicsurvivalgameseries

Licence: mit
Third-person Survival Game for Unreal Engine 4 (Sample Project)

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to Epicsurvivalgameseries

Flopnite Ue4
A remake of the popular battle royale game, Fortnite, made in Unreal Engine 4 and integrated with Amazon GameLift
Stars: ✭ 250 (-89.54%)
Mutual labels:  game, game-development, multiplayer, ue4, unreal-engine-4
Stealthgameudemy
C++ Stealth Game in Unreal Engine (Udemy Project)
Stars: ✭ 221 (-90.75%)
Mutual labels:  game, game-development, ue4, tutorial
Gdk For Unity Fps Starter Project
SpatialOS GDK for Unity FPS Starter Project
Stars: ✭ 119 (-95.02%)
Mutual labels:  game, game-development, multiplayer, fps
Openjk
Community effort to maintain and improve Jedi Academy (SP & MP) + Jedi Outcast (SP only) released by Raven Software
Stars: ✭ 1,641 (-31.31%)
Mutual labels:  game, game-development, fps, tps
Kosm-Classic-FPS-Template-UE4
Classic Arena First-Person-Shooter Mechanics for Unreal Engine 4.
Stars: ✭ 38 (-98.41%)
Mutual labels:  fps, multiplayer, ue4, unreal-engine-4
Arshooter
A demo Augmented Reality shooter made with ARKit in Swift (iOS 11)
Stars: ✭ 794 (-66.76%)
Mutual labels:  game, fps, tutorial
Frag.exe
Multiplayer First-Person Shooter written in C++ using my own engine, Qor
Stars: ✭ 8 (-99.67%)
Mutual labels:  game, multiplayer, fps
Bytepath
A replayable arcade shooter with a focus on build theorycrafting made using Lua and LÖVE.
Stars: ✭ 1,119 (-53.16%)
Mutual labels:  game, game-development, tutorial
Snake
🐍🎮 Snake game made with Expo & PIXI.js 👾 iOS, Android, and Web
Stars: ✭ 67 (-97.2%)
Mutual labels:  game, game-development, tutorial
Multiplayer Fps
🎮 A multiplayer first person shooter game based on Unity Game Engine
Stars: ✭ 404 (-83.09%)
Mutual labels:  game, multiplayer, fps
Q3lite
Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
Stars: ✭ 64 (-97.32%)
Mutual labels:  game, game-development, fps
Buoyancysystem
A system for buoyancy and boat physics in Unreal Engine 4.
Stars: ✭ 87 (-96.36%)
Mutual labels:  game, ue4, unreal-engine-4
Openspades
Compatible client of Ace of Spades 0.75
Stars: ✭ 769 (-67.81%)
Mutual labels:  game, multiplayer, fps
Gameproject3
游戏服务器框架,网络层分别用SocketAPI、Boost Asio、Libuv三种方式实现, 框架内使用共享内存,无锁队列,对象池,内存池来提高服务器性能。还包含一个不断完善的Unity 3D客户端,客户端含大量完整资源,坐骑,宠物,伙伴,装备, 这些均己实现上阵和穿戴, 并可进入副本战斗,多人玩法也己实现, 持续开发中。
Stars: ✭ 655 (-72.58%)
Mutual labels:  game, game-development, multiplayer
Dodgem
A Simple Multiplayer Game, built with Mage Game Engine.
Stars: ✭ 12 (-99.5%)
Mutual labels:  game, game-development, multiplayer
Etlegacy Deprecated
Archived repository. For current repo, see: https://github.com/etlegacy/etlegacy
Stars: ✭ 470 (-80.33%)
Mutual labels:  game, game-development, fps
09 Zombierunner Original
First person shooter with Unity terrain and AI pathfinding (http://gdev.tv/cudgithub)
Stars: ✭ 64 (-97.32%)
Mutual labels:  game, game-development, fps
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-94.89%)
Mutual labels:  game, game-development, unreal-engine-4
Reldens
Reldens - You can make it - Open Source MMORPG Platform
Stars: ✭ 130 (-94.56%)
Mutual labels:  game, game-development, multiplayer
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+76.14%)
Mutual labels:  game-development, multiplayer, unreal-engine-4

Survival Game (Example Project)

Third-person survival game for Unreal Engine 4 made entirely in C++. Originally built as a 6 section tutorial series for Epic Games, now available as open-source C++ sample project.

Last updated for 4.27

See the main documentation page for walkthrough of many of the features.

Looking for a step-by-step C++ Course? Check out the Professional Game Development in C++ and Unreal Engine to learn all about C++ Game Programming with Unreal Engine!

The C++ Course features include building of a C++ game framework including an "action system" and event-driven code for flexible and re-usable game code the "unreal way". Multiplayer features, AI bots, SaveGame system, async loading of content, UMG menus and UI and so much more!

Refreshed look for Landscape Map

equipment header

animation blueprint graph example

You can browse different Engine Versions by using the Branch Selection drop-down.

GitHub Branch Selection Info

Section 1

This section sets up the third person character movement with animation, object interaction, simple hunger system, all with networking support.

Section 2

Adds weapon support for the character, a flashlight, UT-style inventory with on-character visual representation of the carried items and deals with damage, death and respawns for players.

Section 3

Introduces AI "Zombie" enemy to our game using PawnSensing and Behavior Tree.

Section 4

Introduces a gameloop with enemies, items, scoring and a time of day.

Section 5

Introduces the ability to carry around objects like barriers and discusses game networking.

Section 6

The final section in the series focuses on bug fixing and a bit of polish to the existing features. This section is compatible with the 4.8 release.

Looking for a step-by-step C++ Course? Check out the Professional Game Development in C++ and Unreal Engine to learn all about C++ Game Programming with Unreal Engine!

The C++ Course features include building of a C++ game framework including an "action system" and event-driven code for flexible and re-usable game code the "unreal way". Multiplayer features, AI bots, SaveGame system, async loading of content, UMG menus and UI and so much more!

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