Skip to content

SSSxCCC/Survival

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Survival

A unity 2D multiplayer game.

This game has multiplayer mode based on unet, and supports both windows and andriod platforms, cross device multiplayer.

This game includes a player controller mechanics, AI pathfinding(Astar algorithm), state, attack, item, weapon, vehicle, UI localization, audio and video in-game settings, multiplayer network discovery and host transport, and so on.

It still lacks of music, sound and multiplayer level design. I'm still working on them.

My project is in a very early stage, welcome eveyone to come here to learn unity and communicate with each other!

You can download this game (windows and android version) to understand the project.


这是一个使用unity制作的2d联机小游戏。

游戏包括基于unet的局域网联机模式,并同时支持android和windows平台,可以跨平台联机。

游戏包括:玩家操作系统,电脑寻路AI(A*算法),状态系统,攻击系统,物品系统,武器系统,载具系统,界面多语言支持,声音分辨率等设置,联机模式网络发现、主机转移等。

目前还缺少:音乐音效,联机模式关卡设计。这些还在制作中。

本项目处于比较早期的持续更新阶段,欢迎大家一起学习交流!

这里可以下载到此游戏的android或windows版本来体验并了解此项目。

Requirements

  • Unity 2021.1.5f1

image

目前本项目刚刚完成了大部分的代码重构,删除了单机模式,更新到了新的unity版本!